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

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

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: WebFrames! Created 4 years, 2 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 4ebe99d2ff2ed00ba1964e87720e07f50a2a5541..a0f86ea8259551f9dffa8b8e4e505b78f3ab2cde 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -288,6 +288,7 @@ class WEB_EXPORT WebLocalFrameImpl final
void saveImageAt(const WebPoint&) override;
void clearActiveFindMatch() override;
void usageCountChromeLoadTimes(const WebString& metric) override;
+ void audioStateChanged(bool) override;
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*,

Powered by Google App Engine
This is Rietveld 408576698