From 3cd6bbf33030ba47b73a10d503e97fba3de2095f Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Tue, 16 Nov 2010 20:25:40 +0000 Subject: Fixed stack overflow if wglGetExtensionsStringARB is not available. TEST=try BUG=none Review URL: http://codereview.chromium.org/5087001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66318 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gfx/gl/gl_context_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/gfx') diff --git a/app/gfx/gl/gl_context_win.cc b/app/gfx/gl/gl_context_win.cc index b2c35a7..4e1e89e 100644 --- a/app/gfx/gl/gl_context_win.cc +++ b/app/gfx/gl/gl_context_win.cc @@ -333,7 +333,7 @@ std::string BaseWinGLContext::GetExtensions() { } } - return GetExtensions(); + return GLContext::GetExtensions(); } bool NativeViewGLContext::Initialize(bool multisampled) { -- cgit v1.1