diff options
Diffstat (limited to 'libs/surfaceflinger/Layer.h')
-rw-r--r-- | libs/surfaceflinger/Layer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/surfaceflinger/Layer.h b/libs/surfaceflinger/Layer.h index dcb27a0..e1d283b 100644 --- a/libs/surfaceflinger/Layer.h +++ b/libs/surfaceflinger/Layer.h @@ -37,9 +37,10 @@ namespace android { // --------------------------------------------------------------------------- +class FreezeLock; class Client; +class GLExtensions; class UserClient; -class FreezeLock; // --------------------------------------------------------------------------- @@ -206,6 +207,7 @@ private: // constants sp<Surface> mSurface; PixelFormat mFormat; + const GLExtensions& mGLExtensions; bool mNeedsBlending; bool mNeedsDithering; |