From cf817fb1eddd3ab76b074029739828c4072b567b Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 5 Nov 2012 17:17:34 +0000 Subject: Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor." This reverts commit a76cb24ab8de742f70b83f6c045c2c23545eaae7. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165949 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/fake_layer_tree_host_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/test/fake_layer_tree_host_client.h') diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 78e7a8f..8140495 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -20,7 +20,7 @@ public: virtual void didBeginFrame() OVERRIDE { } virtual void animate(double monotonicFrameBeginTime) OVERRIDE { } virtual void layout() OVERRIDE { } - virtual void applyScrollAndScale(gfx::Vector2d scrollDelta, float pageScale) OVERRIDE { } + virtual void applyScrollAndScale(const IntSize& scrollDelta, float pageScale) OVERRIDE { } virtual scoped_ptr createOutputSurface() OVERRIDE; virtual void didRecreateOutputSurface(bool success) OVERRIDE { } -- cgit v1.1