Chromium Code Reviews| Index: cc/test/test_context_support.cc |
| diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc |
| index b3c45563be4e3c1c3d64113a1948cb5c70dd1473..cc49b7bf605829ec465c0003c4d4e74e0d48cc13 100644 |
| --- a/cc/test/test_context_support.cc |
| +++ b/cc/test/test_context_support.cc |
| @@ -87,4 +87,8 @@ void TestContextSupport::ScheduleOverlayPlane( |
| } |
| } |
| +bool TestContextSupport::IsContextLost() { |
| + return false; |
| +} |
| + |
| } // namespace cc |