| Index: third_party/WebKit/Source/platform/transforms/TransformOperations.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TransformOperations.h b/third_party/WebKit/Source/platform/transforms/TransformOperations.h
|
| index 866a7d815f7c33e03d2380c9d34589a80ff72ca5..08f3ef35e518c0dffd07d3095e77559d271af20c 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TransformOperations.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/TransformOperations.h
|
| @@ -53,8 +53,8 @@ class PLATFORM_EXPORT TransformOperations {
|
| m_operations[i]->apply(t, sz);
|
| }
|
|
|
| - // Return true if any of the operation types are 3D operation types (even if the
|
| - // values describe affine transforms)
|
| + // Return true if any of the operation types are 3D operation types (even if
|
| + // the values describe affine transforms)
|
| bool has3DOperation() const {
|
| for (unsigned i = 0; i < m_operations.size(); ++i)
|
| if (m_operations[i]->is3DOperation())
|
|
|