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

Unified Diff: third_party/WebKit/Source/modules/mediasession/MediaMetadata.h

Issue 2642823006: Move MediaMetadata timer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: Move MediaMetadata timer to frame-specific TaskRunnerTimer. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediasession/MediaMetadata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediasession/MediaMetadata.h
diff --git a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.h b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.h
index aaf3d68336726d931b749a930c87e58658e2f011..5d61670270b2fa71ebf91aed58a521f5d7c7c0d6 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadata.h
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadata.h
@@ -78,7 +78,7 @@ class MODULES_EXPORT MediaMetadata final
HeapVector<MediaImage> m_artwork;
Member<MediaSession> m_session;
- Timer<MediaMetadata> m_notifySessionTimer;
+ TaskRunnerTimer<MediaMetadata> m_notifySessionTimer;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediasession/MediaMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698