| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| index 338ad76f1b43d4f3e953b45b736f56ac95502946..6b8cc09938187a417dc4626de3b9f8b3ecc2c397 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| @@ -50,7 +50,7 @@ class CORE_EXPORT CSSTransformComponent
|
|
|
| bool is2D() const { return Is2DComponentType(GetType()); }
|
|
|
| - String cssText() const { return ToCSSValue()->CssText(); }
|
| + String toString() const { return ToCSSValue()->CssText(); }
|
|
|
| virtual CSSFunctionValue* ToCSSValue() const = 0;
|
| virtual CSSMatrixComponent* asMatrix() const = 0;
|
|
|