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

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

Issue 2413983004: Move fxge/android to if(is_android) on build (Closed)
Patch Set: Comments 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
« no previous file with comments | « no previous file | core/fxge/android/fpf_skiafont.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..66971d57177cbf74c48ffecd424c081dc4c94ccf 100644
--- a/core/fxge/android/fpf_skiafont.h
+++ b/core/fxge/android/fpf_skiafont.h
@@ -8,9 +8,6 @@
#define CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
#include "core/fxcrt/fx_system.h"
-
-#if _FX_OS_ == _FX_ANDROID_
-
#include "core/fxge/fx_font.h"
class CFPF_SkiaFontDescriptor;
@@ -53,6 +50,4 @@ class CFPF_SkiaFont {
uint32_t m_dwRefCount;
};
-#endif // _FX_OS_ == _FX_ANDROID_
-
#endif // CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
« no previous file with comments | « no previous file | core/fxge/android/fpf_skiafont.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698