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

Unified Diff: third_party/WebKit/Source/core/loader/LinkLoaderClient.h

Issue 2648023002: Use TaskRunnerTimer in LinkLoader (Closed)
Patch Set: Created 3 years, 11 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/core/loader/LinkLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
index 2cbb4f3455aeb6ffa864ac624c2bcaaca6b79c21..8df5774fdf74d8554100f21ef871944c5560ad7b 100644
--- a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
@@ -32,6 +32,7 @@
#define LinkLoaderClient_h
#include "core/CoreExport.h"
+#include "platform/WebTaskRunner.h"
namespace blink {
@@ -50,6 +51,8 @@ class CORE_EXPORT LinkLoaderClient : public GarbageCollectedMixin {
virtual void didStopLinkPrerender() = 0;
virtual void didSendLoadForLinkPrerender() = 0;
virtual void didSendDOMContentLoadedForLinkPrerender() = 0;
+
+ virtual RefPtr<WebTaskRunner> getLoadingTaskRunner() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698