diff options
author | 2009-04-16 20:04:08 -0700 | |
---|---|---|
committer | 2009-04-16 20:04:08 -0700 | |
commit | 17f638b39f2e8b610ecfa1290e5bc42ab7700c98 (patch) | |
tree | 536b2865736b9498d70304db00a64897c472f65f /libs/surfaceflinger/BootAnimation.h | |
parent | 6d2c0bc7bfe10a9b70ca608baf626c47a228fa6b (diff) |
more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl.
The WindowManager side of Surface.java holds a SurfaceControl, while the client-side holds a Surface. When the client is in the system process, Surface.java holds both (which is a problem we'll try to fix later).
Diffstat (limited to 'libs/surfaceflinger/BootAnimation.h')
-rw-r--r-- | libs/surfaceflinger/BootAnimation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/BootAnimation.h b/libs/surfaceflinger/BootAnimation.h index 84846238bc5c..0e354344f784 100644 --- a/libs/surfaceflinger/BootAnimation.h +++ b/libs/surfaceflinger/BootAnimation.h @@ -71,6 +71,7 @@ private: EGLDisplay mDisplay; EGLDisplay mContext; EGLDisplay mSurface; + sp<SurfaceControl> mFlingerSurfaceControl; sp<Surface> mFlingerSurface; Barrier mBarrier; }; |