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

Unified Diff: public/platform/WebDataConsumerHandle.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: public/platform/WebDataConsumerHandle.h
diff --git a/public/platform/WebDataConsumerHandle.h b/public/platform/WebDataConsumerHandle.h
index d41e13264d3d33571f753af15d8367e30f9e9b10..796feff71a3d5cfb205eefaa3009dee6ecd8efc3 100644
--- a/public/platform/WebDataConsumerHandle.h
+++ b/public/platform/WebDataConsumerHandle.h
@@ -23,7 +23,7 @@ namespace blink {
// A WebDataConsumerHandle having a reader is called "locked". A
// WebDataConsumerHandle or its reader are called "waiting" when reading from
// the handle or reader returns ShouldWait.
-class WebDataConsumerHandle {
+class BLINK_PLATFORM_EXPORT WebDataConsumerHandle {
public:
using Flags = unsigned;
static const Flags FlagNone = 0;

Powered by Google App Engine
This is Rietveld 408576698