diff options
Diffstat (limited to 'cc/layer_tree_host_common.h')
-rw-r--r-- | cc/layer_tree_host_common.h | 4 |
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; }; }; |