OSDN Git Service

fix uninitialized variables in GLConsumer
authorMathias Agopian <mathias@google.com>
Mon, 22 Apr 2013 09:24:02 +0000 (11:24 +0200)
committerMathias Agopian <mathias@google.com>
Mon, 22 Apr 2013 09:24:02 +0000 (11:24 +0200)
commite692ab9a6be63193c5b52a6562d85d06c40463b8
tree6882c21347ec6c1fc515fc51af9d222a3393ea76
parentbd1153382e7a9d89922bea999a52ca21d46d6caa
fix uninitialized variables in GLConsumer

mDefaultWidth, mDefaultHeight and mCurrentScallingMode are now
initialized to the same default value that BufferQueue uses.

Change-Id: I0d4da2022b06419d12745716d8ddbd48c8869953
include/gui/GLConsumer.h
libs/gui/GLConsumer.cpp