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

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

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.h
diff --git a/webkit/renderer/compositor_bindings/web_transform_operations_impl.h b/webkit/renderer/compositor_bindings/web_transform_operations_impl.h
index d59372de41e5e80b136ddd72203ec059e405c28d..374cdb7111b5ae80758ef35bb1800feeb27e3cb5 100644
--- a/webkit/renderer/compositor_bindings/web_transform_operations_impl.h
+++ b/webkit/renderer/compositor_bindings/web_transform_operations_impl.h
@@ -12,15 +12,15 @@
namespace webkit {
-class WebTransformOperationsImpl : public WebKit::WebTransformOperations {
+class WebTransformOperationsImpl : public blink::WebTransformOperations {
public:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebTransformOperationsImpl();
virtual ~WebTransformOperationsImpl();
const cc::TransformOperations& AsTransformOperations() const;
- // Implementation of WebKit::WebTransformOperations methods
- virtual bool canBlendWith(const WebKit::WebTransformOperations& other) const;
+ // Implementation of blink::WebTransformOperations methods
+ virtual bool canBlendWith(const blink::WebTransformOperations& other) const;
virtual void appendTranslate(double x, double y, double z);
virtual void appendRotate(double x, double y, double z, double degrees);
virtual void appendScale(double x, double y, double z);

Powered by Google App Engine
This is Rietveld 408576698