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

Unified Diff: Source/web/tests/OpenTypeVerticalDataTest.cpp

Issue 617103003: Replace ENABLE_OPENTYPE_VERTICAL implementation with HarfBuzz (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@removeOpenTypeVertical
Patch Set: Created 6 years, 3 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/web/tests/OpenTypeVerticalDataTest.cpp
diff --git a/Source/web/tests/OpenTypeVerticalDataTest.cpp b/Source/web/tests/OpenTypeVerticalDataTest.cpp
index d3fe51a36fa2de366f33e064f2c005942b810876..56546cfe88b800d52c42719cd45b667d88153abd 100644
--- a/Source/web/tests/OpenTypeVerticalDataTest.cpp
+++ b/Source/web/tests/OpenTypeVerticalDataTest.cpp
@@ -24,8 +24,6 @@
#include "config.h"
-#if ENABLE(OPENTYPE_VERTICAL)
-
#include "platform/SharedBuffer.h"
#include "platform/fonts/opentype/OpenTypeTypes.h"
#include "wtf/RefPtr.h"
@@ -82,5 +80,3 @@ TEST(OpenTypeVerticalDataTest, ValidateOffsetTest)
}
} // namespace
-
-#endif // ENABLE(OPENTYPE_VERTICAL)

Powered by Google App Engine
This is Rietveld 408576698