summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-23 14:14:51 -0700
committerMathias Agopian <mathias@google.com>2012-03-23 14:14:51 -0700
commit4f6d7d36d7c42018c2d5fcb76499539d1ccc2f97 (patch)
tree18cab1c934253103ec4ae1de89aa45ebef1d0aa8 /Source
parenta83257eb9d324048471edcf2974b54c20894a940 (diff)
downloadexternal_webkit-4f6d7d36d7c42018c2d5fcb76499539d1ccc2f97.zip
external_webkit-4f6d7d36d7c42018c2d5fcb76499539d1ccc2f97.tar.gz
external_webkit-4f6d7d36d7c42018c2d5fcb76499539d1ccc2f97.tar.bz2
add missing include
Change-Id: Iec9f7f7ee481f105fd15d521393faf26f76b9adc
Diffstat (limited to 'Source')
-rw-r--r--Source/WebCore/platform/graphics/android/GLUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLUtils.cpp b/Source/WebCore/platform/graphics/android/GLUtils.cpp
index 68ce717..1578182 100644
--- a/Source/WebCore/platform/graphics/android/GLUtils.cpp
+++ b/Source/WebCore/platform/graphics/android/GLUtils.cpp
@@ -35,6 +35,7 @@
#include "TilesManager.h"
#include <AndroidLog.h>
+#include <android/native_window.h>
#include <gui/SurfaceTexture.h>
#include <wtf/CurrentTime.h>