Chromium Code Reviews| 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" |