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

Unified Diff: Source/platform/fonts/opentype/OpenTypeSanitizer.h

Issue 347173002: Revert of Add unittest for OpenTypeSanitizer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/platform/blink_platform.gypi ('k') | Source/platform/fonts/opentype/OpenTypeSanitizerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/opentype/OpenTypeSanitizer.h
diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.h b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
index 1b0376f181c0ada0e31df291b76c3a1586a4ec2f..90daf028f17210a1eeb92cac113eae3905a7eaaa 100644
--- a/Source/platform/fonts/opentype/OpenTypeSanitizer.h
+++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
@@ -31,14 +31,13 @@
#ifndef OpenTypeSanitizer_h
#define OpenTypeSanitizer_h
-#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
namespace WebCore {
class SharedBuffer;
-class PLATFORM_EXPORT OpenTypeSanitizer {
+class OpenTypeSanitizer {
public:
explicit OpenTypeSanitizer(SharedBuffer* buffer)
: m_buffer(buffer)
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/fonts/opentype/OpenTypeSanitizerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698