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

Unified Diff: trunk/src/ui/gl/gl_surface_egl.cc

Issue 82523008: Revert 236475 "Disable partial swap on Windows." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/ui/gl/gl_surface_egl.cc
===================================================================
--- trunk/src/ui/gl/gl_surface_egl.cc (revision 236880)
+++ trunk/src/ui/gl/gl_surface_egl.cc (working copy)
@@ -295,11 +295,6 @@
&surfaceVal);
supports_post_sub_buffer_ = (surfaceVal && retVal) == EGL_TRUE;
-#if defined(OS_WIN)
- // Partial swaps may be causing performance issues on Windows.
- supports_post_sub_buffer_ = false;
-#endif
-
if (sync_provider)
vsync_provider_.swap(vsync_provider);
else if (g_egl_sync_control_supported)
« 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