Index: Source/core/html/canvas/WebGLSharedObject.cpp |
diff --git a/Source/core/html/canvas/WebGLSharedObject.cpp b/Source/core/html/canvas/WebGLSharedObject.cpp |
index 100f28d361918db1d095069200be1c417fd690de..0a8cd15f3837a0f1be59bdfc70fa4d7f5a2edce8 100644 |
--- a/Source/core/html/canvas/WebGLSharedObject.cpp |
+++ b/Source/core/html/canvas/WebGLSharedObject.cpp |
@@ -54,9 +54,9 @@ void WebGLSharedObject::detachContextGroup() |
} |
} |
-blink::WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const |
+WebGraphicsContext3D* WebGLSharedObject::getAWebGraphicsContext3D() const |
{ |
return m_contextGroup ? m_contextGroup->getAWebGraphicsContext3D() : nullptr; |
} |
-} |
+} // namespace blink |