| Index: cc/test/test_context_support.h
|
| diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h
|
| index 307b8819cd996baeb6114d18218c3ee525219283..415977a337ce586cddd25620681c8af1e101cfae 100644
|
| --- a/cc/test/test_context_support.h
|
| +++ b/cc/test/test_context_support.h
|
| @@ -31,6 +31,7 @@ class TestContextSupport : public gpu::ContextSupport {
|
| unsigned overlay_texture_id,
|
| const gfx::Rect& display_bounds,
|
| const gfx::RectF& uv_rect) override;
|
| + bool IsContextLost() override;
|
|
|
| void CallAllSyncPointCallbacks();
|
|
|
|
|