| Index: cc/test/fake_output_surface_client.h
|
| diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
|
| index bb31cfadb50d97ea5275b637edd9596e5fbddaf9..c9a5efa062bf123b549e557c362894e36eda303e 100644
|
| --- a/cc/test/fake_output_surface_client.h
|
| +++ b/cc/test/fake_output_surface_client.h
|
| @@ -26,16 +26,15 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
|
| void DidSwapBuffersComplete() override {}
|
| void ReclaimResources(const CompositorFrameAck* ack) override {}
|
| void DidLoseOutputSurface() override;
|
| - void SetExternalDrawConstraints(
|
| - const gfx::Transform& transform,
|
| - const gfx::Rect& viewport,
|
| - const gfx::Rect& clip,
|
| + void SetExternalTilePriorityConstraints(
|
| const gfx::Rect& viewport_rect_for_tile_priority,
|
| - const gfx::Transform& transform_for_tile_priority,
|
| - bool resourceless_software_draw) override {}
|
| + const gfx::Transform& transform_for_tile_priority) override {}
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
| void SetTreeActivationCallback(const base::Closure&) override {}
|
| - void OnDraw() override {}
|
| + void OnDraw(const gfx::Transform& transform,
|
| + const gfx::Rect& viewport,
|
| + const gfx::Rect& clip,
|
| + bool resourceless_software_draw) override {}
|
|
|
| int swap_count() { return swap_count_; }
|
|
|
|
|