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