| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index 3d3803eb64a13f59dd11e4dbba5871ca85094eaf..f89ecbb67be6b4e3cdea8e7089f29d6941325780 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -60,7 +60,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| BrowserViewRenderer::CalculateTileMemoryPolicy();
|
|
|
| base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| - cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| + cl->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| // WebView uses the Android system's scrollbars and overscroll glow.
|
| cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
|
|
|