| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 3ed51134262fa46935f0d3d99db300acd26f7100..e1b41a7135788598f1d62f3dc14e0bb989325b4b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -782,6 +782,11 @@ WebTaskRunner* FrameFetchContext::loadingTaskRunner() const
|
| return frame()->frameScheduler()->loadingTaskRunner();
|
| }
|
|
|
| +WebViewScheduler* FrameFetchContext::webViewScheduler() const
|
| +{
|
| + return frame()->frameScheduler()->webViewScheduler();
|
| +}
|
| +
|
| DEFINE_TRACE(FrameFetchContext)
|
| {
|
| visitor->trace(m_document);
|
|
|