Index: webkit/plugins/ppapi/webkit_forwarding_impl.cc |
=================================================================== |
--- webkit/plugins/ppapi/webkit_forwarding_impl.cc (revision 112786) |
+++ webkit/plugins/ppapi/webkit_forwarding_impl.cc (working copy) |
@@ -17,12 +17,12 @@ |
#include "ppapi/shared_impl/ppapi_preferences.h" |
#include "skia/ext/platform_canvas.h" |
#include "third_party/skia/include/core/SkRect.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebCanvas.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCanvas.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFont.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFontDescription.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatPoint.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatRect.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatRect.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextRun.h" |
#include "webkit/glue/webkit_glue.h" |