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

Unified Diff: Source/core/dom/Document.h

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have the flag influence automatic track selection Created 5 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 89d1fb7a6d7b1a704eb21bf0c220d6c2c00fc292..628074da789dc996fbb4a8aef9d94d5ed202c764 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -237,6 +237,8 @@ public:
void mediaQueryAffectingValueChanged();
+ void textTracksVisibilityChanged(bool visible);
+
#if !ENABLE(OILPAN)
using ContainerNode::ref;
using ContainerNode::deref;

Powered by Google App Engine
This is Rietveld 408576698