summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-25 19:40:10 -0800
committerMathias Agopian <mathias@google.com>2012-02-27 13:02:35 -0800
commit9f6ce052a4112e9ffe56da94153c89e841219be4 (patch)
treeb3f52d420451019965e5ffcbec160e7a40fff204 /Source/WebKit/android/WebCoreSupport
parentf0793fef712b0d52c6df37f8f228b9e6ba30e617 (diff)
downloadexternal_webkit-9f6ce052a4112e9ffe56da94153c89e841219be4.zip
external_webkit-9f6ce052a4112e9ffe56da94153c89e841219be4.tar.gz
external_webkit-9f6ce052a4112e9ffe56da94153c89e841219be4.tar.bz2
move libgui headers in the right place
Change-Id: Ice3e54df3accab3874ef95e1ec0c2bf55809a57e
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport')
-rw-r--r--Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp b/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp
index 8eb379a..0a4d828 100644
--- a/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp
+++ b/Source/WebKit/android/WebCoreSupport/PlatformBridge.cpp
@@ -41,7 +41,7 @@
#include "WebViewCore.h"
#include "npruntime.h"
-#include <surfaceflinger/SurfaceComposerClient.h>
+#include <gui/SurfaceComposerClient.h>
#include <ui/DisplayInfo.h>
#include <ui/PixelFormat.h>
#include <wtf/android/AndroidThreading.h>