diff options
Diffstat (limited to 'cc/test/fake_proxy.cc')
-rw-r--r-- | cc/test/fake_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc index 90c5b1c..23e8d21 100644 --- a/cc/test/fake_proxy.cc +++ b/cc/test/fake_proxy.cc @@ -10,7 +10,7 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { layer_tree_host_ = host; } -bool FakeProxy::CompositeAndReadback(void* pixels, gfx::Rect rect) { +bool FakeProxy::CompositeAndReadback(void* pixels, const gfx::Rect& rect) { return true; } |