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

Unified Diff: cc/test/geometry_test_utils.h

Issue 12035029: Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix nits 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 | « cc/test/animation_test_common.cc ('k') | cc/test/geometry_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/geometry_test_utils.h
diff --git a/cc/test/geometry_test_utils.h b/cc/test/geometry_test_utils.h
index 0bcb99e4dcdc79a7f23188a201a7afe7dc39bded..b27e9983eca52b6d0235265e65633d3e322f37c3 100644
--- a/cc/test/geometry_test_utils.h
+++ b/cc/test/geometry_test_utils.h
@@ -9,10 +9,6 @@ namespace gfx {
class Transform;
}
-namespace WebKit {
-class WebTransformationMatrix;
-}
-
namespace cc {
// These are macros instead of functions so that we get useful line numbers where a test failed.
@@ -64,9 +60,6 @@ do { \
void ExpectTransformationMatrixEq(const gfx::Transform& expected,
const gfx::Transform& actual);
-void ExpectTransformationMatrixEq(const WebKit::WebTransformationMatrix& expected,
- const WebKit::WebTransformationMatrix& actual);
-
#define EXPECT_TRANSFORMATION_MATRIX_EQ(expected, actual) \
{ \
SCOPED_TRACE(""); \
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/test/geometry_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698