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

Unified Diff: core/fxge/android/fpf_skiafont.h

Issue 2413983004: Move fxge/android to if(is_android) on build (Closed)
Patch Set: Wrong skia file Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698