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 --- include/private/gui/LayerState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/private') diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h index a7eb48c..5b400ca 100644 --- a/include/private/gui/LayerState.h +++ b/include/private/gui/LayerState.h @@ -114,7 +114,7 @@ struct DisplayState { uint32_t what; sp token; - sp surface; + sp surface; uint32_t layerStack; uint32_t orientation; Rect viewport; -- cgit v1.1