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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h

Issue 2836853003: scheduler: Use PLATFORM_EXPORT instead of BLINK_PLATFORM_EXPORT (Closed)
Patch Set: Rebased Created 3 years, 8 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: third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h b/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
index 1002787c05ad03beb8649a6e0015557c24b80868..7e80525e97cfc44fe5c42864a2fac882655f0712 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
@@ -20,7 +20,7 @@ namespace scheduler {
//
// |ABCDE (Execution with AutoAdvancingVirtualTimeDomain)
// |-----------------------------> time
-class BLINK_PLATFORM_EXPORT AutoAdvancingVirtualTimeDomain
+class PLATFORM_EXPORT AutoAdvancingVirtualTimeDomain
: public VirtualTimeDomain {
public:
explicit AutoAdvancingVirtualTimeDomain(base::TimeTicks initial_time);

Powered by Google App Engine
This is Rietveld 408576698