| Index: cc/test/test_context_provider.cc
|
| diff --git a/cc/test/test_context_provider.cc b/cc/test/test_context_provider.cc
|
| index f40f8baa8c21159d61fa9386c5beecede653ef11..887317aee8f359eb520ea0b67203283d61903796 100644
|
| --- a/cc/test/test_context_provider.cc
|
| +++ b/cc/test/test_context_provider.cc
|
| @@ -94,8 +94,6 @@ class GrContext* TestContextProvider::GrContext() {
|
| return NULL;
|
| }
|
|
|
| -void TestContextProvider::MakeGrContextCurrent() {}
|
| -
|
| bool TestContextProvider::IsContextLost() {
|
| DCHECK(bound_);
|
| DCHECK(context_thread_checker_.CalledOnValidThread());
|
|
|