Index: Source/platform/transforms/TranslateTransformOperation.h |
diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h |
index c9807f1db5d68a95d4efae324c5a1d1f7d3928ea..884f62f2e49a6713f7952ecccd78042396bc4476 100644 |
--- a/Source/platform/transforms/TranslateTransformOperation.h |
+++ b/Source/platform/transforms/TranslateTransformOperation.h |
@@ -43,6 +43,8 @@ public: |
return adoptRef(new TranslateTransformOperation(tx, ty, tz, type)); |
} |
+ virtual bool isCompatibleType(const TransformOperation& other) const; |
+ |
double x(const FloatSize& borderBoxSize) const { return floatValueForLength(m_x, borderBoxSize.width()); } |
double y(const FloatSize& borderBoxSize) const { return floatValueForLength(m_y, borderBoxSize.height()); } |