| Index: third_party/WebKit/public/platform/WebViewScheduler.h
|
| diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| index bee6dce80a8e2a3466e21bf534280b8727aafeed..f236fb5bb50eefc5138550404c0e36763d9364e0 100644
|
| --- a/third_party/WebKit/public/platform/WebViewScheduler.h
|
| +++ b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| @@ -10,6 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| +class WebBlameContext;
|
| class WebFrameScheduler;
|
|
|
| class BLINK_PLATFORM_EXPORT WebViewScheduler {
|
| @@ -20,7 +21,7 @@ public:
|
| virtual void setPageVisible(bool) = 0;
|
|
|
| // Creaters a new WebFrameScheduler, the caller is responsible for deleting it.
|
| - virtual WebPassOwnPtr<WebFrameScheduler> createFrameScheduler() = 0;
|
| + virtual WebPassOwnPtr<WebFrameScheduler> createFrameScheduler(WebBlameContext*) = 0;
|
|
|
| // Instructs this WebViewScheduler to use virtual time. When virtual time is enabled
|
| // the system doesn't actually sleep for the delays between tasks before executing
|
|
|