From 177420d424ca73db0df85ac808764f08047d4d56 Mon Sep 17 00:00:00 2001 From: JUN FANG Date: Fri, 17 Apr 2015 11:58:52 -0700 Subject: Adjust the order of const and static BUG=N/A R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1092993002 --- core/include/fxge/fx_font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/include/fxge/fx_font.h') diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 06b55cf7ed..5cf6b38a03 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -314,8 +314,8 @@ public: FX_BOOL IsBuiltinFace(const FXFT_Face face) const; private: - const static size_t MM_FACE_COUNT = 2; - const static size_t FOXIT_FACE_COUNT = 14; + static const size_t MM_FACE_COUNT = 2; + static const size_t FOXIT_FACE_COUNT = 14; CFX_ByteString GetPSNameFromTT(void* hFont); CFX_ByteString MatchInstalledFonts(const CFX_ByteString& norm_name); FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily); -- cgit v1.2.3