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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2905233002: Remove the lifetime hack in ImageLoader where it keeps its assoc element alive (Closed)
Patch Set: Rebase Created 3 years, 7 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/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index 563d26bb06722690d391ac68946b168884d883a8..92249d89df1e34245a58891c6cbd75dc62236957 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -290,7 +290,7 @@ class CORE_EXPORT HTMLMediaElement
void SourceWasAdded(HTMLSourceElement*);
// ScriptWrappable functions.
- bool HasPendingActivity() const final;
+ bool HasPendingActivity() const override;
AudioSourceProviderClient* AudioSourceNode() { return audio_source_node_; }
void SetAudioSourceNode(AudioSourceProviderClient*);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698