diff options
author | 2009-03-18 11:33:14 -0700 | |
---|---|---|
committer | 2009-03-18 11:33:14 -0700 | |
commit | 732ca39b704428b77ef305826d4e6c07190fd7ed (patch) | |
tree | 0b575888c39771713beb00a816479b1cdf53242e /libs/surfaceflinger/BootAnimation.h | |
parent | 15c399644d0bd343ef9ed23ccb117e49a0eb7f82 (diff) | |
parent | ebad147e654682b6f05438ca8f3685809df5d2e2 (diff) |
Merge commit 'remotes/korg/cupcake' into merge
Conflicts:
core/java/android/view/animation/TranslateAnimation.java
core/jni/Android.mk
core/res/res/values-en-rGB/strings.xml
libs/audioflinger/AudioFlinger.cpp
libs/surfaceflinger/LayerScreenshot.cpp
packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
Diffstat (limited to 'libs/surfaceflinger/BootAnimation.h')
-rw-r--r-- | libs/surfaceflinger/BootAnimation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/surfaceflinger/BootAnimation.h b/libs/surfaceflinger/BootAnimation.h index a4a6d49ded..b20cea09a4 100644 --- a/libs/surfaceflinger/BootAnimation.h +++ b/libs/surfaceflinger/BootAnimation.h @@ -26,7 +26,8 @@ #include <ui/ISurfaceComposer.h> #include <ui/SurfaceComposerClient.h> -#include <GLES/egl.h> +#include <EGL/egl.h> +#include <GLES/gl.h> #include "Barrier.h" @@ -35,6 +36,7 @@ class SkBitmap; namespace android { class AssetManager; +class EGLNativeWindowSurface; // --------------------------------------------------------------------------- @@ -74,6 +76,7 @@ private: EGLDisplay mContext; EGLDisplay mSurface; sp<Surface> mFlingerSurface; + sp<EGLNativeWindowSurface> mNativeWindowSurface; Barrier mBarrier; }; |