| 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..180df22eb97c06f223cd5b3bc92330b18f8bd65f 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;
|
| + gpu::gles2::GLES2Interface* getAGLInterface() const final;
|
|
|
| private:
|
| WebGLContextGroup* m_contextGroup;
|
|
|