| Index: third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| index 2f7ced7910803b7162867ea68d077a0c84c98131..93f6657168d5510705c6441007fe65f8d188baed 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
|
| @@ -31,7 +31,8 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
|
| +class PLATFORM_EXPORT TranslateTransformOperation final
|
| + : public TransformOperation {
|
| public:
|
| static PassRefPtr<TranslateTransformOperation> create(const Length& tx,
|
| const Length& ty,
|
|
|