| 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);
|
|
|