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

Unified Diff: android_webview/browser/renderer_host/view_renderer_host.cc

Issue 13907007: Replace merge-ui-and-compositor-threads flag with no-merge-ui-and-compositor-threads flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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 | « android_webview/browser/browser_view_renderer_impl.cc ('k') | android_webview/common/aw_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/renderer_host/view_renderer_host.cc
diff --git a/android_webview/browser/renderer_host/view_renderer_host.cc b/android_webview/browser/renderer_host/view_renderer_host.cc
index 1a21b04fd97d2ac3f9d2bf37b635999fa518e9f6..49227ecd64031586019a8f83fa303705f2106db6 100644
--- a/android_webview/browser/renderer_host/view_renderer_host.cc
+++ b/android_webview/browser/renderer_host/view_renderer_host.cc
@@ -48,8 +48,8 @@ void ViewRendererHost::OnPictureUpdated() {
void ViewRendererHost::OnDidActivateAcceleratedCompositing(
int input_handler_id) {
- if (!CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kMergeUIAndRendererCompositorThreads)) {
+ if (CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kNoMergeUIAndRendererCompositorThreads)) {
return;
}
« no previous file with comments | « android_webview/browser/browser_view_renderer_impl.cc ('k') | android_webview/common/aw_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698