| Index: cc/test/test_context_support.cc
|
| diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc
|
| index a6aa09ce38c664b7fcb5f7600e1bdce54b4a4606..e1b94a5d278b63d738e9ee61311c432380fccff3 100644
|
| --- a/cc/test/test_context_support.cc
|
| +++ b/cc/test/test_context_support.cc
|
| @@ -63,6 +63,8 @@ void TestContextSupport::SetScheduleOverlayPlaneCallback(
|
| void TestContextSupport::Swap() {
|
| }
|
|
|
| +void TestContextSupport::SwapWithDamage(const gfx::Rect& damage) {}
|
| +
|
| void TestContextSupport::PartialSwapBuffers(const gfx::Rect& sub_buffer) {
|
| }
|
|
|
|
|