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 a382603cb76c036e428ac7b17a9d8cb10317096d..29d87b104c7bf6033c37788c650b52c28dc5a89e 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) |