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

Unified Diff: Source/core/platform/graphics/opentype/OpenTypeUtilities.h

Issue 13901012: Remove OS(WINCE) as blink and chromium does not support WinCe. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/core/platform/graphics/opentype/OpenTypeUtilities.h
diff --git a/Source/core/platform/graphics/opentype/OpenTypeUtilities.h b/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
index 7b8154482d4242fc9c5a9e7138c21daabbd758d6..5d6382429755ba4f29bc46bf22cdfdfef3456574 100644
--- a/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
+++ b/Source/core/platform/graphics/opentype/OpenTypeUtilities.h
@@ -37,10 +37,6 @@ struct BigEndianUShort;
struct EOTPrefix;
class SharedBuffer;
-#if OS(WINCE)
-typedef unsigned __int8 UInt8;
-#endif
-
struct EOTHeader {
EOTHeader();

Powered by Google App Engine
This is Rietveld 408576698