| Index: cc/test/test_delegating_output_surface.h
|
| diff --git a/cc/test/test_delegating_output_surface.h b/cc/test/test_delegating_output_surface.h
|
| index cf7a32b4fc0fc8b4acd250af6ea06b11b0bc770b..2982dbd34e246666e62dbdd718ab0f3a1aecd803 100644
|
| --- a/cc/test/test_delegating_output_surface.h
|
| +++ b/cc/test/test_delegating_output_surface.h
|
| @@ -52,7 +52,7 @@ class TestDelegatingOutputSurface : public OutputSurface,
|
| void DisplaySetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
|
|
| private:
|
| - void DrawCallback();
|
| + void DrawCallback(bool synchronous);
|
|
|
| // TODO(danakj): These don't to be stored in unique_ptrs when OutputSurface
|
| // is owned/destroyed on the compositor thread.
|
|
|