Index: Source/platform/fonts/FixedPitchFontType.h |
diff --git a/Source/platform/fonts/FixedPitchFontType.h b/Source/platform/fonts/FixedPitchFontType.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..59e9fc56bb2a440ae9ac72996252e7be65606c44 |
--- /dev/null |
+++ b/Source/platform/fonts/FixedPitchFontType.h |
@@ -0,0 +1,17 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef FixedPitchFontType_h |
+#define FixedPitchFontType_h |
+ |
+namespace WebCore { |
+ |
+enum FixedPitchFontType { |
+ FixedPitchFont, |
+ NonFixedPitchFont |
+}; |
+ |
+} |
+ |
+#endif // FixedPitchFontType_h |