| Index: Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
|
| index c9807f1db5d68a95d4efae324c5a1d1f7d3928ea..3d7ff894630f60ab2a5f891527327ec08336c810 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 canBlendWith(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()); }
|
|
|
|
|