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

Unified Diff: content/browser/renderer_host/gpu_message_filter.cc

Issue 233393007: Remove the kDisableBrowserPluginCompositing flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: content/browser/renderer_host/gpu_message_filter.cc
diff --git a/content/browser/renderer_host/gpu_message_filter.cc b/content/browser/renderer_host/gpu_message_filter.cc
index 9928444dd1d1e3e09f519b133d4e6ecf0b5ba5a5..e64df2d50ca0220335a552d2d8862eb746112987 100644
--- a/content/browser/renderer_host/gpu_message_filter.cc
+++ b/content/browser/renderer_host/gpu_message_filter.cc
@@ -69,9 +69,7 @@ GpuMessageFilter::GpuMessageFilter(int render_process_id,
#else
// Share contexts when compositing webview plugin or using share groups
// for asynchronous texture uploads.
- if (!CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kDisableBrowserPluginCompositing) ||
- CommandLine::ForCurrentProcess()->HasSwitch(
+ if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableShareGroupAsyncTextureUpload))
share_contexts_ = true;
#endif
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698