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

Side by Side Diff: third_party/WebKit/Source/platform/fonts/FontVariantNumeric.h

Issue 2795413003: Rewrite references to "wtf/" to "platform/wtf/" in platform/fonts. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef FontVariantNumeric_h 5 #ifndef FontVariantNumeric_h
6 #define FontVariantNumeric_h 6 #define FontVariantNumeric_h
7 7
8 #include "wtf/Allocator.h" 8 #include "platform/wtf/Allocator.h"
9 9
10 namespace blink { 10 namespace blink {
11 11
12 class FontVariantNumeric { 12 class FontVariantNumeric {
13 STACK_ALLOCATED(); 13 STACK_ALLOCATED();
14 14
15 public: 15 public:
16 enum NumericFigure { NormalFigure = 0, LiningNums, OldstyleNums }; 16 enum NumericFigure { NormalFigure = 0, LiningNums, OldstyleNums };
17 17
18 enum NumericSpacing { NormalSpacing = 0, ProportionalNums, TabularNums }; 18 enum NumericSpacing { NormalSpacing = 0, ProportionalNums, TabularNums };
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }; 86 };
87 static_assert(sizeof(BitFields) == sizeof(unsigned), 87 static_assert(sizeof(BitFields) == sizeof(unsigned),
88 "Mapped union types must match in size."); 88 "Mapped union types must match in size.");
89 89
90 // Used in setVariant to store the value in m_fields.m_variantNumeric; 90 // Used in setVariant to store the value in m_fields.m_variantNumeric;
91 friend class FontDescription; 91 friend class FontDescription;
92 }; 92 };
93 } 93 }
94 94
95 #endif // FontVariantNumeric_h 95 #endif // FontVariantNumeric_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontTraits.h ('k') | third_party/WebKit/Source/platform/fonts/FontWidthVariant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698