Chromium Code Reviews| Index: core/fxge/android/fpf_skiafont.h |
| diff --git a/core/fxge/android/fpf_skiafont.h b/core/fxge/android/fpf_skiafont.h |
| index 1a952628a9a743efc660fd741ebf99c58ff87284..9fb3f3dd2fd718ac06ce70323dcc55c7bdb09aeb 100644 |
| --- a/core/fxge/android/fpf_skiafont.h |
| +++ b/core/fxge/android/fpf_skiafont.h |
| @@ -9,8 +9,6 @@ |
| #include "core/fxcrt/fx_system.h" |
|
Lei Zhang
2016/10/14 19:46:05
get rid of the blink line now
npm
2016/10/17 15:02:25
Done.
|
| -#if _FX_OS_ == _FX_ANDROID_ |
| - |
| #include "core/fxge/fx_font.h" |
| class CFPF_SkiaFontDescriptor; |
| @@ -53,6 +51,4 @@ class CFPF_SkiaFont { |
| uint32_t m_dwRefCount; |
| }; |
| -#endif // _FX_OS_ == _FX_ANDROID_ |
| - |
| #endif // CORE_FXGE_ANDROID_FPF_SKIAFONT_H_ |