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

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

Issue 316343004: Add unittest for OpenTypeSanitizer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compile error 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
Index: Source/platform/fonts/opentype/OpenTypeSanitizer.h
diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.h b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
index 90daf028f17210a1eeb92cac113eae3905a7eaaa..1b0376f181c0ada0e31df291b76c3a1586a4ec2f 100644
--- a/Source/platform/fonts/opentype/OpenTypeSanitizer.h
+++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
@@ -31,13 +31,14 @@
#ifndef OpenTypeSanitizer_h
#define OpenTypeSanitizer_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
namespace WebCore {
class SharedBuffer;
-class OpenTypeSanitizer {
+class PLATFORM_EXPORT OpenTypeSanitizer {
public:
explicit OpenTypeSanitizer(SharedBuffer* buffer)
: m_buffer(buffer)

Powered by Google App Engine
This is Rietveld 408576698