| Index: cc/test/test_context_support.cc
|
| diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
|
| index c22f5c41c4b6308391b73316bb046ab568aa2396..8c49d11bab351674f23bf0cb1032d90d5ae4c82a 100644
|
| --- a/cc/test/test_context_support.cc
|
| +++ b/cc/test/test_context_support.cc
|
| @@ -66,7 +66,7 @@ void TestContextSupport::SetScheduleOverlayPlaneCallback(
|
|
|
| void TestContextSupport::Swap() {}
|
|
|
| -void TestContextSupport::SwapWithDamage(const gfx::Rect& damage) {}
|
| +void TestContextSupport::SwapWithBounds(const std::vector<gfx::Rect>& rects) {}
|
|
|
| void TestContextSupport::PartialSwapBuffers(const gfx::Rect& sub_buffer) {}
|
|
|
|
|