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

Unified Diff: cc/blink/web_compositor_support_impl.cc

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « cc/blink/web_compositor_support_impl.h ('k') | cc/blink/web_content_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_compositor_support_impl.cc
diff --git a/content/renderer/compositor_bindings/web_compositor_support_impl.cc b/cc/blink/web_compositor_support_impl.cc
similarity index 76%
rename from content/renderer/compositor_bindings/web_compositor_support_impl.cc
rename to cc/blink/web_compositor_support_impl.cc
index c5156cbd611a58b62571836554d64401d2ee34c9..807384643dd412cb6d8abc7d8ca7fcf68989faf1 100644
--- a/content/renderer/compositor_bindings/web_compositor_support_impl.cc
+++ b/cc/blink/web_compositor_support_impl.cc
@@ -2,26 +2,26 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/compositor_bindings/web_compositor_support_impl.h"
+#include "cc/blink/web_compositor_support_impl.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
#include "cc/animation/transform_operations.h"
+#include "cc/blink/web_animation_impl.h"
+#include "cc/blink/web_content_layer_impl.h"
+#include "cc/blink/web_external_texture_layer_impl.h"
+#include "cc/blink/web_filter_animation_curve_impl.h"
+#include "cc/blink/web_filter_operations_impl.h"
+#include "cc/blink/web_float_animation_curve_impl.h"
+#include "cc/blink/web_image_layer_impl.h"
+#include "cc/blink/web_layer_impl.h"
+#include "cc/blink/web_nine_patch_layer_impl.h"
+#include "cc/blink/web_scroll_offset_animation_curve_impl.h"
+#include "cc/blink/web_scrollbar_layer_impl.h"
+#include "cc/blink/web_transform_animation_curve_impl.h"
+#include "cc/blink/web_transform_operations_impl.h"
#include "cc/output/output_surface.h"
#include "cc/output/software_output_device.h"
-#include "content/renderer/compositor_bindings/web_animation_impl.h"
-#include "content/renderer/compositor_bindings/web_content_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_external_texture_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_filter_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_filter_operations_impl.h"
-#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_image_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_nine_patch_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_scrollbar_layer_impl.h"
-#include "content/renderer/compositor_bindings/web_transform_animation_curve_impl.h"
-#include "content/renderer/compositor_bindings/web_transform_operations_impl.h"
using blink::WebCompositorAnimation;
using blink::WebCompositorAnimationCurve;
@@ -43,7 +43,7 @@ using blink::WebScrollOffsetAnimationCurve;
using blink::WebTransformAnimationCurve;
using blink::WebTransformOperations;
-namespace content {
+namespace cc_blink {
WebCompositorSupportImpl::WebCompositorSupportImpl() {
}
@@ -127,5 +127,4 @@ WebFilterOperations* WebCompositorSupportImpl::createFilterOperations() {
return new WebFilterOperationsImpl();
}
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/web_compositor_support_impl.h ('k') | cc/blink/web_content_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698