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 |
+ |