Index: third_party/WebKit/Source/platform/fonts/FontDescription.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.h b/third_party/WebKit/Source/platform/fonts/FontDescription.h |
index 88faa3a9155c798b8b5698c7759f4197bf15c10e..0232c312a8542b0c0ce9489474a8670216c39aa8 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontDescription.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontDescription.h |
@@ -57,6 +57,8 @@ public: |
enum LigaturesState { NormalLigaturesState, DisabledLigaturesState, EnabledLigaturesState }; |
+ enum FontVariantCaps { CapsNormal, SmallCaps, AllSmallCaps, PetiteCaps, AllPetiteCaps, Unicase, TitlingCaps }; |
+ |
FontDescription() |
: m_specifiedSize(0) |
, m_computedSize(0) |