Index: Source/core/html/canvas/WebGL2RenderingContextBase.cpp |
diff --git a/Source/core/html/canvas/WebGL2RenderingContextBase.cpp b/Source/core/html/canvas/WebGL2RenderingContextBase.cpp |
index c0a3f6496f59dd8fd526ac58cda3521fc025dfdc..848e12abb265d8fa0668c3c4ca8cc963198d36c6 100644 |
--- a/Source/core/html/canvas/WebGL2RenderingContextBase.cpp |
+++ b/Source/core/html/canvas/WebGL2RenderingContextBase.cpp |
@@ -36,9 +36,9 @@ WGC3Dsync syncObjectOrZero(const WebGLSync* object) |
return object ? object->object() : 0; |
} |
-} |
+} // namespace |
-WebGL2RenderingContextBase::WebGL2RenderingContextBase(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D> context, const WebGLContextAttributes& requestedAttributes) |
+WebGL2RenderingContextBase::WebGL2RenderingContextBase(HTMLCanvasElement* passedCanvas, PassOwnPtr<WebGraphicsContext3D> context, const WebGLContextAttributes& requestedAttributes) |
: WebGLRenderingContextBase(passedCanvas, context, requestedAttributes) |
{ |