Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebScheduler.h |
| diff --git a/third_party/WebKit/public/platform/WebScheduler.h b/third_party/WebKit/public/platform/WebScheduler.h |
| index 71365c4a51bb04e1930d37c535146f93d9e194cb..41da6e97513b7ea8784f6b5c99493f3d2587fb64 100644 |
| --- a/third_party/WebKit/public/platform/WebScheduler.h |
| +++ b/third_party/WebKit/public/platform/WebScheduler.h |
| @@ -14,9 +14,7 @@ |
| #include <memory> |
| namespace blink { |
| - |
|
foolip
2016/11/09 11:08:18
OK if clang-format doesn't care, but blank line af
altimin
2016/11/09 14:46:29
Done.
|
| class WebTaskRunner; |
| -class WebView; |
| // This class is used to submit tasks and pass other information from Blink to |
| // the platform's scheduler. |
| @@ -76,7 +74,8 @@ class BLINK_PLATFORM_EXPORT WebScheduler { |
| // Creates a new WebViewScheduler for a given WebView. Must be called from |
| // the associated WebThread. |
| virtual std::unique_ptr<WebViewScheduler> createWebViewScheduler( |
| - InterventionReporter*) = 0; |
| + InterventionReporter*, |
| + WebViewScheduler::WebViewSchedulerSettings*) = 0; |
| // Suspends the timer queue and increments the timer queue suspension count. |
| // May only be called from the main thread. |