OSDN Git Service

SurfaceTexture: inherit from ConsumerBase
authorJamie Gennis <jgennis@google.com>
Wed, 8 Aug 2012 01:03:04 +0000 (18:03 -0700)
committerJamie Gennis <jgennis@google.com>
Fri, 17 Aug 2012 01:11:02 +0000 (18:11 -0700)
commited059a8d754770c3cf28b78dba30f7a6ba475dbe
treebde20ea117d55ce9fab31604bfb6280272014695
parent3559b07a885bcdff51a6dffb8e3a5ac5adf3a220
SurfaceTexture: inherit from ConsumerBase

This change makes SurfaceTexture inherit from ConsumerBase.  It removes all of
the functionality from SurfaceTexture that is now provided by the base class.

Change-Id: I4a881df42810a14ee32d4ef7c8772a8f2510f4c7
include/gui/ConsumerBase.h
include/gui/SurfaceTexture.h
libs/gui/ConsumerBase.cpp
libs/gui/SurfaceTexture.cpp