| Index: content/browser/android/content_startup_flags.cc
|
| diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
|
| index e679825518068d86b4a34f6be9e91386b842418c..93b829987ec5b6c1615698049ece6c75f1c5f4ce 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -54,7 +54,7 @@ void SetContentCommandLineFlags(bool single_process,
|
| parsed_command_line->AppendSwitch(switches::kSingleProcess);
|
| }
|
|
|
| - parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| + parsed_command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
|
|
|