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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 4 years, 5 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/modules/encryptedmedia/MediaKeys.h
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h
index 05f7972eac3bab1ef741eb701122bd2997c2ed18..3e1c393b5f412c91bf10787952ae66fb2f212f34 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h
@@ -96,7 +96,7 @@ private:
class PendingAction;
bool sessionTypeSupported(WebEncryptedMediaSessionType);
- void timerFired(Timer<MediaKeys>*);
+ void timerFired(TimerBase*);
const WebVector<WebEncryptedMediaSessionType> m_supportedSessionTypes;
std::unique_ptr<WebContentDecryptionModule> m_cdm;

Powered by Google App Engine
This is Rietveld 408576698