| Index: webkit/compositor_bindings/web_transform_operations_unittest.cc
|
| diff --git a/webkit/compositor_bindings/web_transform_operations_unittest.cc b/webkit/compositor_bindings/web_transform_operations_unittest.cc
|
| index 2c17082b8494345732a711bfc76d8e6877999997..8e99dae5342c618cf765cec9978cf070620ff854 100644
|
| --- a/webkit/compositor_bindings/web_transform_operations_unittest.cc
|
| +++ b/webkit/compositor_bindings/web_transform_operations_unittest.cc
|
| @@ -10,6 +10,8 @@
|
|
|
| using namespace WebKit;
|
|
|
| +#ifndef WEB_TRANSFORM_OPERATIONS_IS_VIRTUAL
|
| +
|
| TEST(WebTransformOperationTest, transformTypesAreUnique)
|
| {
|
| ScopedVector<WebTransformOperations> transforms;
|
| @@ -608,3 +610,5 @@ TEST(WebTransformOperationTest, blendPerspectiveToIdentity)
|
| EXPECT_TRANSFORMATION_MATRIX_EQ(expected, identityOperations[i]->blend(operations, progress));
|
| }
|
| }
|
| +
|
| +#endif
|
|
|