diff options
Diffstat (limited to 'android_webview/lib/main/aw_main_delegate.cc')
-rw-r--r-- | android_webview/lib/main/aw_main_delegate.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc index ff7dfbf..10906c7 100644 --- a/android_webview/lib/main/aw_main_delegate.cc +++ b/android_webview/lib/main/aw_main_delegate.cc @@ -6,6 +6,7 @@ #include "android_webview/browser/aw_content_browser_client.h" #include "android_webview/browser/gpu_memory_buffer_factory_impl.h" +#include "android_webview/browser/in_process_view_renderer.h" #include "android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h" #include "android_webview/lib/aw_browser_dependency_factory_impl.h" #include "android_webview/native/aw_geolocation_permission_context.h" @@ -50,6 +51,8 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { gpu_memory_buffer_factory_.get()); gpu::InProcessCommandBuffer::EnableVirtualizedContext(); + InProcessViewRenderer::CalculateTileMemoryPolicy(); + CommandLine* cl = CommandLine::ForCurrentProcess(); cl->AppendSwitch(switches::kEnableBeginFrameScheduling); cl->AppendSwitch(cc::switches::kEnableMapImage); |