diff options
Diffstat (limited to 'include/private')
| -rw-r--r-- | include/private/gui/LayerState.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h index a7eb48c667..5b400ca3ae 100644 --- a/include/private/gui/LayerState.h +++ b/include/private/gui/LayerState.h @@ -114,7 +114,7 @@ struct DisplayState {      uint32_t what;      sp<IBinder> token; -    sp<ISurfaceTexture> surface; +    sp<IGraphicBufferProducer> surface;      uint32_t layerStack;      uint32_t orientation;      Rect viewport;  |