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