diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 22:56:44 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 22:56:44 +0000 |
commit | 9797c9c2ab931d7cef0141738ef838b46dedf53e (patch) | |
tree | 159b9925d0b8b36fe55a47d3c6bb4084da353732 /cc/test/geometry_test_utils.h | |
parent | 62cb5d905de209526a1c51e2c43bb0349c67e213 (diff) | |
download | chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.zip chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.tar.gz chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.tar.bz2 |
Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform
BUG=166640
Review URL: https://chromiumcodereview.appspot.com/12035029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/geometry_test_utils.h')
-rw-r--r-- | cc/test/geometry_test_utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cc/test/geometry_test_utils.h b/cc/test/geometry_test_utils.h index 0bcb99e..b27e998 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(""); \ |