| Index: third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
 | 
| diff --git a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
 | 
| index 1d2e45084974d8fcb50ed8ac4ccb2dd20c88ac3e..00ec698af0ae8d2764815031afab007682a3f48d 100644
 | 
| --- a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
 | 
| +++ b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
 | 
| @@ -87,8 +87,7 @@ class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
 | 
|    PassRefPtr<TransformOperation> zoom(double factor) override { return this; }
 | 
|  
 | 
|    RotateTransformOperation(const Rotation& rotation, OperationType type)
 | 
| -      : m_rotation(rotation), m_type(type) {
 | 
| -  }
 | 
| +      : m_rotation(rotation), m_type(type) {}
 | 
|  
 | 
|    const Rotation m_rotation;
 | 
|    const OperationType m_type;
 | 
| 
 |