| 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 22ee7d643b830c6e2f5cc90449617dfdce2cb858..0ba574718ba4a06d2c45571dc5215a07c878f70d 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CSSMatrixTransformComponent;
|
| +class CSSMatrixComponent;
|
|
|
| class CORE_EXPORT CSSTransformComponent
|
| : public GarbageCollectedFinalized<CSSTransformComponent>,
|
| @@ -51,7 +51,7 @@ class CORE_EXPORT CSSTransformComponent
|
| String cssText() const { return toCSSValue()->cssText(); }
|
|
|
| virtual CSSFunctionValue* toCSSValue() const = 0;
|
| - virtual CSSMatrixTransformComponent* asMatrix() const = 0;
|
| + virtual CSSMatrixComponent* asMatrix() const = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
|
|