| Index: cc/test/fake_context_provider.h
|
| diff --git a/cc/test/fake_context_provider.h b/cc/test/fake_context_provider.h
|
| index f7c18398695c0b2b7d2c4872eb30f37ae90a07d6..c0406771f3858226494c2d5beb606421789f84b1 100644
|
| --- a/cc/test/fake_context_provider.h
|
| +++ b/cc/test/fake_context_provider.h
|
| @@ -26,8 +26,7 @@ class FakeContextProvider : public cc::ContextProvider {
|
| virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
|
| virtual class GrContext* GrContext() OVERRIDE;
|
| virtual void VerifyContexts() OVERRIDE;
|
| -
|
| - bool DestroyedOnMainThread();
|
| + virtual bool DestroyedOnMainThread() OVERRIDE;
|
|
|
| protected:
|
| virtual ~FakeContextProvider();
|
|
|