Index: cc/blink/web_filter_operations_impl.cc |
diff --git a/content/renderer/compositor_bindings/web_filter_operations_impl.cc b/cc/blink/web_filter_operations_impl.cc |
similarity index 96% |
rename from content/renderer/compositor_bindings/web_filter_operations_impl.cc |
rename to cc/blink/web_filter_operations_impl.cc |
index 2a11ea8a79df1be6239daf42d5e378746d4073f6..acabe0f7a1539a81361fb41f6c64d4749eaf8778 100644 |
--- a/content/renderer/compositor_bindings/web_filter_operations_impl.cc |
+++ b/cc/blink/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 "content/renderer/compositor_bindings/web_filter_operations_impl.h" |
+#include "cc/blink/web_filter_operations_impl.h" |
#include "base/basictypes.h" |
#include "skia/ext/refptr.h" |
@@ -10,7 +10,7 @@ |
#include "third_party/WebKit/public/platform/WebPoint.h" |
#include "third_party/skia/include/core/SkScalar.h" |
-namespace content { |
+namespace cc_blink { |
WebFilterOperationsImpl::WebFilterOperationsImpl() { |
} |
@@ -92,5 +92,4 @@ void WebFilterOperationsImpl::clear() { |
filter_operations_.Clear(); |
} |
-} // namespace content |
- |
+} // namespace cc_blink |