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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2515413002: Revert workaround due to perf regression (Closed)
Patch Set: Created 4 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 | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index 0414f6c311072b1baa3d6ae9176e1ab0f6c7f3d4..0f517cefa2636c29e7e8cf4da2fdd94d696f26ad 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -877,8 +877,6 @@ void GpuDataManagerImplPrivate::UpdateRendererWebPrefs(
prefs->disable_2d_canvas_copy_on_write =
IsDriverBugWorkaroundActive(gpu::BROKEN_EGL_IMAGE_REF_COUNTING) &&
command_line->HasSwitch(switches::kEnableThreadedTextureMailboxes);
- prefs->force_software_readback_from_2d_canvas =
- IsDriverBugWorkaroundActive(gpu::FORCE_SOFTWARE_READBACK_FROM_2D_CANVAS);
}
void GpuDataManagerImplPrivate::DisableHardwareAcceleration() {
« no previous file with comments | « no previous file | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698