summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_common.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 17:17:34 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 17:17:34 +0000
commitcf817fb1eddd3ab76b074029739828c4072b567b (patch)
treea0b699950f8538305df7b420406b8d7a821768cb /cc/layer_tree_host_common.h
parent3c6aa86510b3724b6c3c83c090f22775f8d4fa0e (diff)
downloadchromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.zip
chromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.tar.gz
chromium_src-cf817fb1eddd3ab76b074029739828c4072b567b.tar.bz2
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
Diffstat (limited to 'cc/layer_tree_host_common.h')
-rw-r--r--cc/layer_tree_host_common.h4
1 files changed, 2 insertions, 2 deletions
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 <public/WebTransformationMatrix.h>
namespace cc {
@@ -46,7 +46,7 @@ public:
struct ScrollUpdateInfo {
int layerId;
- gfx::Vector2d scrollDelta;
+ IntSize scrollDelta;
};
};