| 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..38337478a0ea4fc28f2f7fb4dd7ae18cd5858b4e 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;
|
| + WebGLRenderingContextBase* getAWebGLRenderingContextBase() const final;
|
|
|
| private:
|
| RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
|
|