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

Unified Diff: content/renderer/compositor_bindings/web_transform_operations_impl.cc

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 years, 6 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: content/renderer/compositor_bindings/web_transform_operations_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc b/content/renderer/compositor_bindings/web_transform_operations_impl.cc
similarity index 88%
rename from webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
rename to content/renderer/compositor_bindings/web_transform_operations_impl.cc
index 8201f5ae16e5f6fa4799c5e6ca5b32bfe2235ce5..9c3fbb29ed2ef051803ab7bc4c1be5a2a35f0171 100644
--- a/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
+++ b/content/renderer/compositor_bindings/web_transform_operations_impl.cc
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/renderer/compositor_bindings/web_transform_operations_impl.h"
+#include "content/renderer/compositor_bindings/web_transform_operations_impl.h"
#include <algorithm>
#include "ui/gfx/transform.h"
-namespace webkit {
+namespace content {
-WebTransformOperationsImpl::WebTransformOperationsImpl() {}
+WebTransformOperationsImpl::WebTransformOperationsImpl() {
+}
const cc::TransformOperations&
WebTransformOperationsImpl::AsTransformOperations() const {
@@ -61,6 +62,8 @@ bool WebTransformOperationsImpl::isIdentity() const {
return transform_operations_.IsIdentity();
}
-WebTransformOperationsImpl::~WebTransformOperationsImpl() {}
+WebTransformOperationsImpl::~WebTransformOperationsImpl() {
+}
+
+} // namespace content
-} // namespace webkit
« no previous file with comments | « content/renderer/compositor_bindings/web_transform_operations_impl.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698