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

Unified Diff: content/renderer/compositor_bindings/web_filter_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_filter_operations_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_filter_operations_impl.cc b/content/renderer/compositor_bindings/web_filter_operations_impl.cc
similarity index 92%
rename from webkit/renderer/compositor_bindings/web_filter_operations_impl.cc
rename to content/renderer/compositor_bindings/web_filter_operations_impl.cc
index 6fb35e656ca90a1d440984fe1c0e730d3e49dc96..69d60c7f6743cae5b3149025243e899bd900a809 100644
--- a/webkit/renderer/compositor_bindings/web_filter_operations_impl.cc
+++ b/content/renderer/compositor_bindings/web_filter_operations_impl.cc
@@ -2,7 +2,7 @@
// 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_filter_operations_impl.h"
+#include "content/renderer/compositor_bindings/web_filter_operations_impl.h"
#include "base/basictypes.h"
#include "skia/ext/refptr.h"
@@ -10,11 +10,13 @@
#include "third_party/WebKit/public/platform/WebPoint.h"
#include "third_party/skia/include/core/SkScalar.h"
-namespace webkit {
+namespace content {
-WebFilterOperationsImpl::WebFilterOperationsImpl() {}
+WebFilterOperationsImpl::WebFilterOperationsImpl() {
+}
-WebFilterOperationsImpl::~WebFilterOperationsImpl() {}
+WebFilterOperationsImpl::~WebFilterOperationsImpl() {
+}
const cc::FilterOperations& WebFilterOperationsImpl::AsFilterOperations()
const {
@@ -90,4 +92,5 @@ void WebFilterOperationsImpl::clear() {
filter_operations_.Clear();
}
-} // namespace webkit
+} // namespace content
+

Powered by Google App Engine
This is Rietveld 408576698