| Index: third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| index 4a96746c2f11d7b6722ed3a16edf7668419ee91c..12c8c1fed2cdfb402a2004e50a4c61f2dee2b863 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| @@ -61,7 +61,7 @@ protected:
|
| return m_context;
|
| }
|
|
|
| - WebGraphicsContext3D* getAWebGraphicsContext3D() const final;
|
| + gpu::gles2::GLES2Interface* getAGLInterface() const final;
|
|
|
| private:
|
| RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
|
|