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

Unified Diff: content/shell/app/shell_main_delegate.cc

Issue 1384233003: Improve usefulness of webglcontextcreationerror statusMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resetnotification strategy should be uint. Created 5 years, 2 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/shell/app/shell_main_delegate.cc
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
index fb0432013d6bffe62baa395154da32b75178b676..dad101303f6d3e48b682ebf7e5b7fbe07575d69b 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -158,7 +158,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
command_line.AppendSwitchASCII(switches::kUseGL,
gfx::kGLImplementationOSMesaName);
}
- command_line.AppendSwitch(switches::kSkipGpuDataLoading);
Ken Russell (switch to Gerrit) 2015/10/15 21:30:28 Slightly concerned about this change since it may
sivag 2015/10/16 18:29:19 when we run layout test, we skip collecting vendor
command_line.AppendSwitchASCII(switches::kTouchEvents,
switches::kTouchEventsEnabled);
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");

Powered by Google App Engine
This is Rietveld 408576698