Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: components/scheduler/child/web_scheduler_impl.h

Issue 1962053002: Allow expensive task blocking if there is pending iframe navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/scheduler/child/web_scheduler_impl.h
diff --git a/components/scheduler/child/web_scheduler_impl.h b/components/scheduler/child/web_scheduler_impl.h
index 8fa2bc636416b1de364816adbb46c62414123855..af95be050e4bae1986ecdfd351674d450a637e7e 100644
--- a/components/scheduler/child/web_scheduler_impl.h
+++ b/components/scheduler/child/web_scheduler_impl.h
@@ -44,8 +44,8 @@ class SCHEDULER_EXPORT WebSchedulerImpl : public blink::WebScheduler {
blink::WebView*) override;
void suspendTimerQueue() override {}
void resumeTimerQueue() override {}
- void addPendingNavigation() override {}
- void removePendingNavigation() override {}
+ void addPendingNavigation(bool main_frame_navigating) override {}
Sami 2016/05/09 16:45:21 camelCase at this layer :P
alex clarke (OOO till 29th) 2016/05/09 17:08:09 I made the name shorter ;)
+ void removePendingNavigation(bool main_frame_navigating) override {}
void onNavigationStarted() override {}
private:
« no previous file with comments | « no previous file | components/scheduler/renderer/renderer_scheduler.h » ('j') | third_party/WebKit/public/platform/WebScheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698