Chromium Code Reviews| Index: third_party/WebKit/Source/platform/WebTaskRunner.h |
| diff --git a/third_party/WebKit/Source/platform/WebTaskRunner.h b/third_party/WebKit/Source/platform/WebTaskRunner.h |
| index 0379899b186e192c5be66de3c3d9a5a623eeb37e..b4add79fb3d121513fc49ca53cf681bdb51513a6 100644 |
| --- a/third_party/WebKit/Source/platform/WebTaskRunner.h |
| +++ b/third_party/WebKit/Source/platform/WebTaskRunner.h |
| @@ -67,7 +67,8 @@ class BLINK_PLATFORM_EXPORT WebTaskRunner |
| // Returns true if the current thread is a thread on which a task may be run. |
|
gab
2017/04/18 15:00:33
Update interface comment.
|
| // Can be called from any thread. |
| - virtual bool RunsTasksOnCurrentThread() = 0; |
| + bool RunsTasksOnCurrentThread(); |
| + virtual bool RunsTasksInCurrentSequence() = 0; |
| // --- |