Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: ui/gl/gl_surface_egl.cc

Issue 16133006: Ack. Fix typo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_egl.cc
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
index d8741f701b09eb51a7c0bac4b6921620868e3e99..107330447b2d2a0156fae1a65bcd8af9bb0fbf03 100644
--- a/ui/gl/gl_surface_egl.cc
+++ b/ui/gl/gl_surface_egl.cc
@@ -626,7 +626,7 @@ GLSurface::CreateViewGLSurface(bool software, gfx::AcceleratedWidget window) {
VSyncProvider* sync_provider = NULL;
#if defined(USE_OZONE)
window = ui::SurfaceFactoryOzone::GetInstance()->RealizeAcceleratedWidget(
- window));
+ window);
sync_provider =
ui::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window);
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698