summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-02-10 14:43:56 -0800
committerMathias Agopian <mathias@google.com>2010-02-11 13:07:41 -0800
commitc557fc762122cd1bbc9a15778b86728c884a2dfb (patch)
treec31eeb14084f11b4398d8a90a262591e9b402c6f /WebCore/platform
parentba1ed26a6f245f68ba76318d7ec9451fb0886922 (diff)
downloadexternal_webkit-c557fc762122cd1bbc9a15778b86728c884a2dfb.zip
external_webkit-c557fc762122cd1bbc9a15778b86728c884a2dfb.tar.gz
external_webkit-c557fc762122cd1bbc9a15778b86728c884a2dfb.tar.bz2
split libsurfaceflinger_client and libcamera_client out of libui
Diffstat (limited to 'WebCore/platform')
-rw-r--r--WebCore/platform/android/ScreenAndroid.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/platform/android/ScreenAndroid.cpp b/WebCore/platform/android/ScreenAndroid.cpp
index ad6e008..8cec844 100644
--- a/WebCore/platform/android/ScreenAndroid.cpp
+++ b/WebCore/platform/android/ScreenAndroid.cpp
@@ -35,9 +35,9 @@
#include "FloatRect.h"
#include "Widget.h"
-#include "ui/DisplayInfo.h"
-#include "ui/PixelFormat.h"
-#include "ui/SurfaceComposerClient.h"
+#include <ui/DisplayInfo.h>
+#include <ui/PixelFormat.h>
+#include <surfaceflinger/SurfaceComposerClient.h>
namespace WebCore {