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

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

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc b/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
index 131d8203f8c587af212ddc6cbd65bd35e51e082e..8201f5ae16e5f6fa4799c5e6ca5b32bfe2235ce5 100644
--- a/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_transform_operations_impl.cc
@@ -18,7 +18,7 @@ WebTransformOperationsImpl::AsTransformOperations() const {
}
bool WebTransformOperationsImpl::canBlendWith(
- const WebKit::WebTransformOperations& other) const {
+ const blink::WebTransformOperations& other) const {
const WebTransformOperationsImpl& other_impl =
static_cast<const WebTransformOperationsImpl&>(other);
return transform_operations_.CanBlendWith(other_impl.transform_operations_);
« no previous file with comments | « webkit/renderer/compositor_bindings/web_transform_operations_impl.h ('k') | webkit/renderer/cpp_bound_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698