From 2adaf04fab35cf47c824d74d901b54094e01ccd3 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 18 Dec 2012 09:49:45 -0800 Subject: Rename ISurfaceTexture and SurfaceTexture The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: Ia03e468888025b5cae3c0ee1995434515dbea387 --- services/surfaceflinger/LayerBase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/surfaceflinger/LayerBase.h') diff --git a/services/surfaceflinger/LayerBase.h b/services/surfaceflinger/LayerBase.h index 46713faaeb..7a9471e928 100644 --- a/services/surfaceflinger/LayerBase.h +++ b/services/surfaceflinger/LayerBase.h @@ -243,8 +243,8 @@ public: virtual void onPostComposition() { } /** - * Updates the SurfaceTexture's transform hint, for layers that have - * a SurfaceTexture. + * Updates the GLConsumer's transform hint, for layers that have + * a GLConsumer. */ virtual void updateTransformHint(const sp& hw) const { } -- cgit v1.2.3-59-g8ed1b