| Index: Source/core/html/canvas/WebGLSharedObject.h
|
| diff --git a/Source/core/html/canvas/WebGLSharedObject.h b/Source/core/html/canvas/WebGLSharedObject.h
|
| index ab27abff8dfe0a4b1ea04d25da23c7ff7e1d3c60..0462248bcc8d963d953b0f74cd7365718717a0b5 100644
|
| --- a/Source/core/html/canvas/WebGLSharedObject.h
|
| +++ b/Source/core/html/canvas/WebGLSharedObject.h
|
| @@ -66,7 +66,7 @@ protected:
|
| return m_contextGroup;
|
| }
|
|
|
| - virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
|
| + virtual WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
|
|
|
| private:
|
| WebGLContextGroup* m_contextGroup;
|
|
|