| Index: cc/layer_tree_host_common.h
|
| diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
|
| index 78ec5e4875f3cf2eeb7abcbe0f9e1eb9e9166ec3..cc5e6213fc465b524ff7e88090a9488ee429a8f9 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;
|
| };
|
| };
|
|
|
|
|