summaryrefslogtreecommitdiff
path: root/core/fxge/android/fpf_skiafont.h
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-10-17 13:02:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-17 13:02:28 -0700
commit11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1 (patch)
treef39447f89bc1c5301e04418d009698fc7fb73288 /core/fxge/android/fpf_skiafont.h
parent2239cee23e914b974b458699d52733d7dd3116a6 (diff)
downloadpdfium-11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1.tar.xz
Move fxge/android to if(is_android) on buildchromium/2894
core/fxge/android files all have if _FX_OS_ == _FX_ANDROID_. Instead, put the files inside if (is_android) on Build.gn. Also, the skia file is already under if (pdf_use_skia), so the if defined(_SKIA_SUPPORT_) can be removed. Review-Url: https://codereview.chromium.org/2413983004
Diffstat (limited to 'core/fxge/android/fpf_skiafont.h')
-rw-r--r--core/fxge/android/fpf_skiafont.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxge/android/fpf_skiafont.h b/core/fxge/android/fpf_skiafont.h
index 1a952628a9..66971d5717 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_