From cf817fb1eddd3ab76b074029739828c4072b567b Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 5 Nov 2012 17:17:34 +0000 Subject: Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor." This reverts commit a76cb24ab8de742f70b83f6c045c2c23545eaae7. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165949 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/layer_tree_host_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cc/layer_tree_host_common.h') diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h index cc5e621..78ec5e4 100644 --- a/cc/layer_tree_host_common.h +++ b/cc/layer_tree_host_common.h @@ -9,7 +9,7 @@ #include "cc/cc_export.h" #include "cc/scoped_ptr_vector.h" #include "ui/gfx/rect.h" -#include "ui/gfx/vector2d.h" +#include "IntSize.h" #include namespace cc { @@ -46,7 +46,7 @@ public: struct ScrollUpdateInfo { int layerId; - gfx::Vector2d scrollDelta; + IntSize scrollDelta; }; }; -- cgit v1.1