Commit 2c0b4f83 authored by rjkroege@chromium.org's avatar rjkroege@chromium.org

Ack. Fix typo.

BUG=none
R=backer@chromium.org

Review URL: https://codereview.chromium.org/16133006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202622 0039d316-1c4b-4281-b951-d872f2087c98
parent a928f03f
...@@ -626,7 +626,7 @@ GLSurface::CreateViewGLSurface(bool software, gfx::AcceleratedWidget window) { ...@@ -626,7 +626,7 @@ GLSurface::CreateViewGLSurface(bool software, gfx::AcceleratedWidget window) {
VSyncProvider* sync_provider = NULL; VSyncProvider* sync_provider = NULL;
#if defined(USE_OZONE) #if defined(USE_OZONE)
window = ui::SurfaceFactoryOzone::GetInstance()->RealizeAcceleratedWidget( window = ui::SurfaceFactoryOzone::GetInstance()->RealizeAcceleratedWidget(
window)); window);
sync_provider = sync_provider =
ui::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window); ui::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment