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

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

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.cpp
diff --git a/core/fxge/android/fpf_skiafont.cpp b/core/fxge/android/fpf_skiafont.cpp
index 58e472247a74888667148daa5b3b19d5344d1ee2..2a65f3034f6779369ceadd914314669e980d7f4e 100644
--- a/core/fxge/android/fpf_skiafont.cpp
+++ b/core/fxge/android/fpf_skiafont.cpp
@@ -6,8 +6,6 @@
#include "core/fxcrt/fx_system.h"
-#if _FX_OS_ == _FX_ANDROID_
-
#include <algorithm>
#include "core/fxge/android/fpf_skiafont.h"
@@ -215,5 +213,3 @@ FX_BOOL CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr* pFontMgr,
m_dwRefCount = 1;
return TRUE;
}
-
-#endif // _FX_OS_ == _FX_ANDROID_

Powered by Google App Engine
This is Rietveld 408576698