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

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: 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);
Zhenyao Mo 2015/10/16 18:46:11 Note that removing this may slightly slows down te
Ken Russell (switch to Gerrit) 2015/10/16 21:44:13 Will it have any other side-effects? Could it brea
sivag 2015/10/19 16:19:23 I removed this change. If the id is null, i am app
sivag 2015/10/19 16:19:23 Done.
command_line.AppendSwitchASCII(switches::kTouchEvents,
switches::kTouchEventsEnabled);
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");

Powered by Google App Engine
This is Rietveld 408576698