diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-21 19:36:53 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-21 19:36:53 -0700 |
| commit | e755d649771706b24b34e545476c8f2c8f9e09f6 (patch) | |
| tree | 17d3ba5f8e4c4fdf4843044eb8cc65692f2bdd8d /libs/surfaceflinger/VRamHeap.cpp | |
| parent | 03536ea70c73a19241bf91aebdb89635dfc5797b (diff) | |
| parent | 69a6c3ebd46a8de0e896747757f364322c12608d (diff) | |
| download | frameworks_base-e755d649771706b24b34e545476c8f2c8f9e09f6.zip frameworks_base-e755d649771706b24b34e545476c8f2c8f9e09f6.tar.gz frameworks_base-e755d649771706b24b34e545476c8f2c8f9e09f6.tar.bz2 | |
am 69a6c3eb: Merge change 2292 into donut
Merge commit '69a6c3ebd46a8de0e896747757f364322c12608d'
* commit '69a6c3ebd46a8de0e896747757f364322c12608d':
split boot animation out of SurfaceFlinger
Diffstat (limited to 'libs/surfaceflinger/VRamHeap.cpp')
| -rw-r--r-- | libs/surfaceflinger/VRamHeap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaceflinger/VRamHeap.cpp b/libs/surfaceflinger/VRamHeap.cpp index 7132d0d..68c0a5e 100644 --- a/libs/surfaceflinger/VRamHeap.cpp +++ b/libs/surfaceflinger/VRamHeap.cpp @@ -35,6 +35,8 @@ #include <binder/MemoryHeapPmem.h> #include <binder/MemoryHeapBase.h> +#include <EGL/eglnatives.h> + #include "GPUHardware/GPUHardware.h" #include "SurfaceFlinger.h" #include "VRamHeap.h" |
