Index: cc/proxy.h |
diff --git a/cc/proxy.h b/cc/proxy.h |
index 5bce61f74202a8efee4927c387ca9733aa052058..d4fea957bad4370e56b58057f68063ca6e3d29a5 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 targetOffet, bool useAnchor, float scale, base::TimeDelta duration) = 0; |
enne (OOO)
2012/11/03 03:54:18
Typo.
danakj
2012/11/03 13:45:04
Done.
|
virtual void finishAllRendering() = 0; |