| Index: public/platform/WebGraphicsContext3D.h
|
| diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
|
| index 4d50b6dab76a33bf1e5dc0ccb954b241f2a86e9f..222852cb46efae89c01372043b766c21c26b72f1 100644
|
| --- a/public/platform/WebGraphicsContext3D.h
|
| +++ b/public/platform/WebGraphicsContext3D.h
|
| @@ -146,7 +146,8 @@ public:
|
|
|
| // Makes the OpenGL context current on the current thread. Returns true on
|
| // success.
|
| - virtual bool makeContextCurrent() = 0;
|
| + // TODO(dshwang): remove it. crbug.com/404121
|
| + virtual bool makeContextCurrent() { return true; }
|
|
|
| // Each flush or finish is assigned an unique ID. The larger
|
| // the ID number, the more recently the context has been flushed.
|
|
|