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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
diff --git a/webkit/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
similarity index 99%
rename from webkit/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
rename to webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
index 625dd626a1d338a6f779b3f2e1725a0e7f5b08d6..3b8798efea6f2da6e8eeb007050f2b9400fdf7cf 100644
--- a/webkit/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc
@@ -11,7 +11,7 @@
#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
#include "third_party/skia/include/utils/SkMatrix44.h"
#include "ui/gfx/point3_f.h"
-#include "webkit/compositor_bindings/web_layer_impl_fixed_bounds.h"
+#include "webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h"
using WebKit::WebFloatPoint;
using WebKit::WebSize;

Powered by Google App Engine
This is Rietveld 408576698