| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index f91d7b6b004b5ceaae2dd5476fc59edd4ac037be..db73ee4f2adca79ef31212ef8bba4a98fe9b3a64 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -23,7 +23,7 @@ public:
|
|
|
| // Proxy implementation
|
| virtual bool compositeAndReadback(void *pixels, const gfx::Rect&) OVERRIDE;
|
| - virtual void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration) OVERRIDE;
|
| + virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration) OVERRIDE;
|
| virtual void finishAllRendering() OVERRIDE;
|
| virtual bool isStarted() const OVERRIDE;
|
| virtual bool initializeContext() OVERRIDE;
|
|
|