| Index: Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
|
| index 6ceac11668eb03a4235145d6e221359d410b0bac..b226e6f172cf7c7c7785cc629e906d4cc3fc2870 100644
|
| --- a/Source/platform/transforms/TranslateTransformOperation.h
|
| +++ b/Source/platform/transforms/TranslateTransformOperation.h
|
| @@ -90,6 +90,8 @@ private:
|
| OperationType m_type;
|
| };
|
|
|
| +DEFINE_TRANSFORM_TYPE_CASTS(TranslateTransformOperation, isTranslate());
|
| +
|
| } // namespace blink
|
|
|
| #endif // TranslateTransformOperation_h
|
|
|