Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: webkit/compositor_bindings/web_transform_operations_unittest.cc

Issue 11876016: Define cc::TransformOperations and webkit::WebTransformOperationsImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Put TransformOperation into its own header Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/compositor_bindings/web_transform_operations_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/compositor_bindings/web_transform_operations_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698