Index: Source/core/html/canvas/WebGLContextObject.h |
diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h |
index b89fc734d802489761e8aff9432e39c6525b9ddb..068daca95119e4f03c301a81cf6c6be7a3d7fc00 100644 |
--- a/Source/core/html/canvas/WebGLContextObject.h |
+++ b/Source/core/html/canvas/WebGLContextObject.h |
@@ -62,7 +62,7 @@ protected: |
return m_context; |
} |
- virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const override final; |
+ virtual WebGraphicsContext3D* getAWebGraphicsContext3D() const override final; |
private: |
RawPtrWillBeMember<WebGLRenderingContextBase> m_context; |