From d0f98369e69763a2eeb7ea39097bf01ef234a39c Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 1 Nov 2012 23:02:38 +0000 Subject: Remove most remaining references to IntRect and FloatRect. The remaining uses are: - Dealing with the output of Region::rects() which gives a vector of WebCore::IntRects. - Using FloatRect::isExpressibleAsIntRect. Covered by existing tests; no new behaviour. BUG=147395 R=enne Review URL: https://codereview.chromium.org/11275113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165542 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/layer_tiling_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/layer_tiling_data.h') diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h index 33db3bf..a464556 100644 --- a/cc/layer_tiling_data.h +++ b/cc/layer_tiling_data.h @@ -11,11 +11,11 @@ #include "cc/hash_pair.h" #include "cc/scoped_ptr_hash_map.h" #include "ui/gfx/rect.h" -#include "IntRect.h" #include "Region.h" #include "TilingData.h" namespace cc { +class IntRect; class LayerTilingData { public: -- cgit v1.1