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

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

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Support out-of-process frames 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 616f34076e2542b18f8e13a33d9a6f266885245f..aa8860dadd918fb6ebe86b434e24c52d40e4be92 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -228,6 +228,7 @@ class WEB_EXPORT WebViewImpl final
void performMediaPlayerAction(const WebMediaPlayerAction& action,
const WebPoint& location) override;
void performPluginAction(const WebPluginAction&, const WebPoint&) override;
+ void audioStateChanged(bool isAudioPlaying) override;
WebHitTestResult hitTestResultAt(const WebPoint&) override;
WebHitTestResult hitTestResultForTap(const WebPoint&,
const WebSize&) override;

Powered by Google App Engine
This is Rietveld 408576698