| Index: android_webview/browser/deferred_gpu_command_service.cc
|
| diff --git a/android_webview/browser/deferred_gpu_command_service.cc b/android_webview/browser/deferred_gpu_command_service.cc
|
| index 601334ae7f923f6860811a76a163ad612ecc4585..31091dad79ffd54e362033539ad6bb40df078718 100644
|
| --- a/android_webview/browser/deferred_gpu_command_service.cc
|
| +++ b/android_webview/browser/deferred_gpu_command_service.cc
|
| @@ -68,6 +68,7 @@ void DeferredGpuCommandService::ScheduleTask(const base::Closure& task) {
|
| if (ScopedAllowGL::IsAllowed()) {
|
| RunTasks();
|
| } else {
|
| + // TODO(boliu): Improve this to avoid PostTask storm.
|
| RequestProcessGLOnUIThread();
|
| }
|
| }
|
|
|