Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.cc

Issue 10905100: Ensure that include paths used by webkit_compositor_bindings work in WebKit as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_compositor_support_impl.cc
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
index 0716143a3a6da55531ca7f30c81e06156cfc9113..804d0e1926bb1abbd9eca765402df81fa8eeaa71 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.cc
+++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
@@ -18,17 +18,17 @@
#include "webkit/compositor_bindings/WebFloatAnimationCurveImpl.h"
#include "webkit/compositor_bindings/WebTransformAnimationCurveImpl.h"
#else
-#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebContentLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebExternalTextureLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatAnimationCurve.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIOSurfaceLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebImageLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbarLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSolidColorLayer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformAnimationCurve.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVideoLayer.h"
+#include "Source/Platform/chromium/public/WebAnimation.h"
+#include "Source/Platform/chromium/public/WebContentLayer.h"
+#include "Source/Platform/chromium/public/WebExternalTextureLayer.h"
+#include "Source/Platform/chromium/public/WebFloatAnimationCurve.h"
+#include "Source/Platform/chromium/public/WebIOSurfaceLayer.h"
+#include "Source/Platform/chromium/public/WebImageLayer.h"
+#include "Source/Platform/chromium/public/WebLayer.h"
+#include "Source/Platform/chromium/public/WebScrollbarLayer.h"
+#include "Source/Platform/chromium/public/WebSolidColorLayer.h"
+#include "Source/Platform/chromium/public/WebTransformAnimationCurve.h"
+#include "Source/Platform/chromium/public/WebVideoLayer.h"
#endif
using WebKit::WebAnimation;
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698