| Index: third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| index bf448b3811c2874bf1a6df1c646227d10a7301d4..b51ea3520628227c554b2575e63dacd3a3e531b3 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| @@ -53,6 +53,7 @@ public:
|
| void addObject(WebGLSharedObject*);
|
| void removeObject(WebGLSharedObject*);
|
|
|
| + // TODO(danakj): Make this getAWebGLRenderingContextBase.
|
| WebGraphicsContext3D* getAWebGraphicsContext3D();
|
|
|
| void loseContextGroup(WebGLRenderingContextBase::LostContextMode, WebGLRenderingContextBase::AutoRecoveryMethod);
|
|
|