Index: ui/gl/gl_surface_win.cc |
diff --git a/ui/gl/gl_surface_win.cc b/ui/gl/gl_surface_win.cc |
index 62bd4980df6f50f9b2fa7aee1070f894293af320..6307f14029a81b64d8f471ad132861b12c606681 100644 |
--- a/ui/gl/gl_surface_win.cc |
+++ b/ui/gl/gl_surface_win.cc |
@@ -83,7 +83,7 @@ class DWMVSyncProvider : public VSyncProvider { |
}; |
// Helper routine that does one-off initialization like determining the |
-// pixel format and initializing the GL bindings. |
+// pixel format. |
bool GLSurface::InitializeOneOffInternal() { |
switch (GetGLImplementation()) { |
case kGLImplementationDesktopGL: |