| Index: third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| index b5afe7a158d65d6f32569259793c1b52c80e0511..dbb1eeb77ed42eeba560d0aff44c88ec49820e4f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
|
| @@ -66,7 +66,7 @@ protected:
|
| return m_contextGroup;
|
| }
|
|
|
| - WebGraphicsContext3D* getAWebGraphicsContext3D() const final;
|
| + WebGLRenderingContextBase* getAWebGLRenderingContextBase() const final;
|
|
|
| private:
|
| WebGLContextGroup* m_contextGroup;
|
|
|