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

Unified Diff: Source/core/frame/Settings.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/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index fe888619ad402b01c2bbfcda72e5ccbaaa7e743b..fc170c95b6d8171012fc9ce798889eda3ddd1816 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -34,6 +34,7 @@
#include "core/editing/EditingBehaviorTypes.h"
#include "core/editing/SelectionStrategy.h"
#include "core/frame/SettingsDelegate.h"
+#include "core/html/track/TextTrackKindUserPreference.h"
philipj_slow 2015/06/24 09:54:20 Is this actually needed in this header, or can it
srivats 2015/07/02 01:41:20 Settings.in references this enum and since we can'
philipj_slow 2015/07/09 15:20:49 Acknowledged.
#include "platform/Timer.h"
#include "platform/fonts/GenericFontFamilySettings.h"
#include "platform/geometry/IntSize.h"

Powered by Google App Engine
This is Rietveld 408576698