| 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..da78009535525d214fb8deff38d55b2c00403b3b 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();
|
| + gpu::gles2::GLES2Interface* getAGLInterface();
|
|
|
| void loseContextGroup(WebGLRenderingContextBase::LostContextMode, WebGLRenderingContextBase::AutoRecoveryMethod);
|
|
|
|
|