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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2553173003: Move WebMediaPlayer to frame loading queue. (Closed)
Patch Set: Expose task runners in WebLocalFrame Created 4 years 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
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 2d4b1d596709127d24d5b951a8239144ee69f15e..8cdfda6cb326c23b9267ff097bf16ee9002c8289 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -292,6 +292,9 @@ class WEB_EXPORT WebLocalFrameImpl final
void saveImageAt(const WebPoint&) override;
void clearActiveFindMatch() override;
void usageCountChromeLoadTimes(const WebString& metric) override;
+ base::SingleThreadTaskRunner* timerTaskRunner() override;
+ base::SingleThreadTaskRunner* loadingTaskRunner() override;
+ base::SingleThreadTaskRunner* unthrottledTaskRunner() override;
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*,
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698