Chromium Code Reviews| Index: android_webview/browser/deferred_gpu_command_service.h |
| diff --git a/android_webview/browser/deferred_gpu_command_service.h b/android_webview/browser/deferred_gpu_command_service.h |
| index b2f086650571653941d57a576437273817563eba..908ce0501d450339bdbb08ad51b195f7275c3647 100644 |
| --- a/android_webview/browser/deferred_gpu_command_service.h |
| +++ b/android_webview/browser/deferred_gpu_command_service.h |
| @@ -16,6 +16,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/threading/thread_local.h" |
| #include "base/time/time.h" |
| +#include "gpu/command_buffer/service/gpu_preferences.h" |
| #include "gpu/command_buffer/service/in_process_command_buffer.h" |
| namespace gpu { |
| @@ -73,6 +74,7 @@ class DeferredGpuCommandService |
| static void RequestProcessGL(bool for_idle); |
| DeferredGpuCommandService(); |
| + gpu::GpuPreferences GetGpuPreferences(); |
|
piman
2016/02/25 22:58:29
static
Peng
2016/02/26 15:41:11
Done. I moved this function into the anonymous nam
|
| size_t IdleQueueSize(); |
| base::Lock tasks_lock_; |