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

Unified Diff: third_party/WebKit/Source/web/AssociatedURLLoader.cpp

Issue 1366883002: [Reland] Post loading tasks on the appropriate WebFrameScheduler's queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android compile Created 5 years, 3 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: third_party/WebKit/Source/web/AssociatedURLLoader.cpp
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
index bd3345523abea6522eda68cd4b6a00f8e6f467cc..a167fc42cdeacc81fe3f09a2971242a5c79546d2 100644
--- a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
+++ b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
@@ -383,4 +383,9 @@ void AssociatedURLLoader::setDefersLoading(bool defersLoading)
m_loader->setDefersLoading(defersLoading);
}
+void AssociatedURLLoader::setLoadingTaskRunner(blink::WebTaskRunner*)
+{
+ // TODO(alexclarke): Maybe support this one day if it proves worthwhile.
Sami 2015/09/30 13:03:16 Based on a quick look it seems like this is used f
alex clarke (OOO till 29th) 2015/09/30 13:37:17 Acknowledged.
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698