| 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 0faaaccadf0dae87ab89d10a49665c24deb89077..2ee16a29bae26ec26677105552ebb615c88d8774 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| @@ -39,7 +39,7 @@ public:
|
|
|
| bool is2DComponent() const { return is2DComponentType(type()); }
|
|
|
| - String cssString() const
|
| + String cssText() const
|
| {
|
| return toCSSValue()->cssText();
|
| }
|
|
|