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

Unified Diff: public/platform/WebScheduler.h

Issue 875633003: Export blink::WebScheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScheduler.h
diff --git a/public/platform/WebScheduler.h b/public/platform/WebScheduler.h
index 443c02ccf0688a2e33c0f49a50998c9468cc470d..49421a8bfb8bb40fa6527bd3fe0c3df4f37f0e47 100644
--- a/public/platform/WebScheduler.h
+++ b/public/platform/WebScheduler.h
@@ -5,13 +5,15 @@
#ifndef WebScheduler_h
#define WebScheduler_h
+#include "WebCommon.h"
+
namespace blink {
class WebTraceLocation;
// This class is used to submit tasks and pass other information from Blink to
// the platform's scheduler.
-class WebScheduler {
+class BLINK_PLATFORM_EXPORT WebScheduler {
public:
virtual ~WebScheduler() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698