diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:19:18 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:19:18 +0000 |
commit | c66bccdc48e405951e6a409ae87f0762666ee6c4 (patch) | |
tree | 78a8413e518ab1c828928de57d89818512326fc1 /app/gfx | |
parent | 4a1feee4a96e355ea87e93294e1a6ee0eb93aa40 (diff) | |
download | chromium_src-c66bccdc48e405951e6a409ae87f0762666ee6c4.zip chromium_src-c66bccdc48e405951e6a409ae87f0762666ee6c4.tar.gz chromium_src-c66bccdc48e405951e6a409ae87f0762666ee6c4.tar.bz2 |
Removed reference to glew from comment.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3175007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r-- | app/gfx/gl/gl_context_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_context_win.cc b/app/gfx/gl/gl_context_win.cc index 8e24f94..f7954b6a1 100644 --- a/app/gfx/gl/gl_context_win.cc +++ b/app/gfx/gl/gl_context_win.cc @@ -151,7 +151,7 @@ LRESULT CALLBACK IntermediateWindowProc(HWND window, } // Helper routine that does one-off initialization like determining the -// pixel format and initializing glew. +// pixel format and initializing the GL bindings. bool GLContext::InitializeOneOff() { static bool initialized = false; if (initialized) |