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 14eaf8615ee1f8f7815b575619c27d67caad3ca5..55ba095bb657a5f07d65ec5ec366a5bb0105ebb8 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -120,11 +120,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitch(switches::kProcessPerTab); |
command_line.AppendSwitch(switches::kEnableLogging); |
command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); |
-#if !defined(OS_ANDROID) |
- // OSMesa is not yet available for Android. http://crbug.com/248925 |
command_line.AppendSwitchASCII( |
switches::kUseGL, gfx::kGLImplementationOSMesaName); |
-#endif |
command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
command_line.AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |
@@ -133,9 +130,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
#if defined(OS_ANDROID) |
command_line.AppendSwitch( |
switches::kDisableGestureRequirementForMediaPlayback); |
- // Capturing pixel results does not yet work when implementation-side |
- // painting is enabled. See http://crbug.com/250777 |
- command_line.AppendSwitch(cc::switches::kDisableImplSidePainting); |
#endif |
if (!command_line.HasSwitch(switches::kStableReleaseMode)) { |