commit | a1ecca920e15ce04fe56ebf4f1b52ba711f9eb2d | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu May 21 19:21:59 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu May 21 19:21:59 2009 -0700 |
tree | d5eca56524292b41940347ddbe5387fbf136c141 | |
parent | 1bdc51faa8ecddf4ab34769bfc50becb454c5e79 [diff] [blame] |
split boot animation out of SurfaceFlinger Conflicts: data/etc/platform.xml
diff --git a/libs/surfaceflinger/VRamHeap.cpp b/libs/surfaceflinger/VRamHeap.cpp index 238c602..5f633bd 100644 --- a/libs/surfaceflinger/VRamHeap.cpp +++ b/libs/surfaceflinger/VRamHeap.cpp
@@ -35,6 +35,8 @@ #include <utils/MemoryHeapPmem.h> #include <utils/MemoryHeapBase.h> +#include <EGL/eglnatives.h> + #include "GPUHardware/GPUHardware.h" #include "SurfaceFlinger.h" #include "VRamHeap.h"