Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6077)

Unified Diff: cc/layer_tree_host_common.h

Issue 11367080: cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ui/gfx changes to cc/geometry.h Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layer_tree_host_common.h
diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
index d93601980e41f906fe271f28882169866c157cc0..9755cd8ffd7d0483f5034bf10a991eebf1b2829d 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 "IntSize.h"
+#include "ui/gfx/vector2d.h"
#include <public/WebTransformationMatrix.h>
namespace cc {
@@ -46,7 +46,7 @@ public:
struct ScrollUpdateInfo {
int layerId;
- IntSize scrollDelta;
+ gfx::Vector2d scrollDelta;
};
};
« no previous file with comments | « cc/layer_tree_host_client.h ('k') | cc/layer_tree_host_common.cc » ('j') | cc/proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698