summaryrefslogtreecommitdiffstats
path: root/cc/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/proxy.h')
-rw-r--r--cc/proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/proxy.h b/cc/proxy.h
index 8b5287d..ac61540 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -13,12 +13,12 @@
namespace gfx {
class Rect;
+class Vector2d;
}
namespace cc {
class Thread;
-class IntSize;
struct RenderingStats;
struct RendererCapabilities;
@@ -40,7 +40,7 @@ public:
virtual bool compositeAndReadback(void *pixels, const gfx::Rect&) = 0;
- virtual void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration) = 0;
+ virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration) = 0;
virtual void finishAllRendering() = 0;