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

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: Addressed comments from fs Created 5 years, 6 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 04062a67195203dfbaec487bc94c18369a9d7436..b758e22e07d1e5c0360b81cb4f481a1d96151ecc 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -53,6 +53,7 @@
#include "core/frame/OriginsUsingFeatures.h"
#include "core/html/CollectionType.h"
#include "core/html/parser/ParserSynchronizationPolicy.h"
+#include "core/html/track/TextTrackKindUserPreference.h"
fs 2015/06/24 08:59:07 Don't appear to need this (anymore)
srivats 2015/07/02 01:41:20 Done.
#include "core/page/PageVisibilityState.h"
#include "platform/Length.h"
#include "platform/Timer.h"
@@ -238,6 +239,8 @@ public:
void mediaQueryAffectingValueChanged();
+ void textTrackKindUserPreferenceChanged();
philipj_slow 2015/06/24 09:54:20 Given how it's implemented, it ought to be possibl
srivats 2015/07/02 01:41:20 Done.
+
#if !ENABLE(OILPAN)
using ContainerNode::ref;
using ContainerNode::deref;

Powered by Google App Engine
This is Rietveld 408576698