| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| index 9a12f19244abe114d8f6e7df62de32533c69b3e5..1499c6273b94720c898717f3c0b8541919e14194 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -444,7 +444,7 @@ void StripComments::process(UChar c)
|
| }
|
|
|
| static bool shouldFailContextCreationForTesting = false;
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| class ScopedTexture2DRestorer {
|
| STACK_ALLOCATED();
|
| @@ -939,7 +939,7 @@ bool isSRGBFormat(GLenum internalformat)
|
| }
|
| }
|
|
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| WebGLRenderingContextBase::WebGLRenderingContextBase(HTMLCanvasElement* passedCanvas, PassOwnPtr<WebGraphicsContext3D> context, const WebGLContextAttributes& requestedAttributes)
|
| : CanvasRenderingContext(passedCanvas)
|
| @@ -6754,7 +6754,7 @@ String GetErrorString(GLenum error)
|
| }
|
| }
|
|
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| void WebGLRenderingContextBase::synthesizeGLError(GLenum error, const char* functionName, const char* description, ConsoleDisplayPreference display)
|
| {
|
|
|