| 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..7f58ded5c4984bda49ba1e53fb6a328f62f4e39d 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| @@ -53,7 +53,7 @@ public:
|
| void addObject(WebGLSharedObject*);
|
| void removeObject(WebGLSharedObject*);
|
|
|
| - WebGraphicsContext3D* getAWebGraphicsContext3D();
|
| + WebGLRenderingContextBase* getAWebGLRenderingContextBase();
|
|
|
| void loseContextGroup(WebGLRenderingContextBase::LostContextMode, WebGLRenderingContextBase::AutoRecoveryMethod);
|
|
|
|
|