| Index: Source/core/html/canvas/WebGL2RenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGL2RenderingContext.h b/Source/core/html/canvas/WebGL2RenderingContext.h
|
| index 91c084b7eb9c466720f142b99b3df1521c6df3d1..8358c56f7f857e626f22999c28df722bf8095162 100644
|
| --- a/Source/core/html/canvas/WebGL2RenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGL2RenderingContext.h
|
| @@ -22,7 +22,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| - WebGL2RenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D>, const WebGLContextAttributes& requestedAttributes);
|
| + WebGL2RenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<WebGraphicsContext3D>, const WebGLContextAttributes& requestedAttributes);
|
|
|
| RefPtrWillBeMember<CHROMIUMSubscribeUniform> m_chromiumSubscribeUniform;
|
| RefPtrWillBeMember<EXTTextureFilterAnisotropic> m_extTextureFilterAnisotropic;
|
|
|