summaryrefslogtreecommitdiffstats
path: root/cc/math_util_unittest.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 20:16:56 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 20:16:56 +0000
commit4eb8a378db3dc2222bddb5b074f456e2ffd29427 (patch)
tree5b759b6925167ec7c12e1b86962d0273fb6d6754 /cc/math_util_unittest.cc
parentd8672f52ba68ee3be89c57e35f2c32284f50deb0 (diff)
downloadchromium_src-4eb8a378db3dc2222bddb5b074f456e2ffd29427.zip
chromium_src-4eb8a378db3dc2222bddb5b074f456e2ffd29427.tar.gz
chromium_src-4eb8a378db3dc2222bddb5b074f456e2ffd29427.tar.bz2
cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in the compositor
This entirely removes our usage of FloatPoint3D, and removes the stub header as well. Covered by existing tests; just changing data types. This depends on https://codereview.chromium.org/11367025/ BUG=147395 R=enne Review URL: https://codereview.chromium.org/11369018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/math_util_unittest.cc')
-rw-r--r--cc/math_util_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/math_util_unittest.cc b/cc/math_util_unittest.cc
index 0d2a677..0b3ddcd 100644
--- a/cc/math_util_unittest.cc
+++ b/cc/math_util_unittest.cc
@@ -6,6 +6,7 @@
#include "cc/math_util.h"
+#include "FloatSize.h"
#include "cc/test/geometry_test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"