Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h |
index 756a0ae00353c87a12a03bac2c91010e6d9b126d..a3db9bf76da5d751b14faab161b71282a07ca253 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h |
+++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h |
@@ -11,6 +11,7 @@ |
namespace blink { |
+class ExceptionState; |
class MatrixTransformComponent; |
class CORE_EXPORT TransformComponent : public GarbageCollectedFinalized<TransformComponent>, public ScriptWrappable { |
@@ -43,7 +44,7 @@ public: |
} |
virtual PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const = 0; |
- virtual MatrixTransformComponent* asMatrix() const = 0; |
+ virtual MatrixTransformComponent* asMatrix(ExceptionState&) const = 0; |
DEFINE_INLINE_VIRTUAL_TRACE() { } |