| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index f9bf754b9b79c2b0a51d5d997890fc056dbf703a..4ec165945e44cd1b3561898702a409248ae00b22 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -195,6 +195,8 @@
|
|
|
| bool IsMainThread() const;
|
|
|
| + scoped_refptr<base::SingleThreadTaskRunner> MainTaskRunnerForCurrentThread();
|
| +
|
| scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
|
| WebThemeEngineImpl native_theme_engine_;
|
| WebFallbackThemeEngineImpl fallback_theme_engine_;
|
|
|