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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/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/base/virtual_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
index 050c0badece9350b4ec4ff732808365c9f3711bc..21d88db29d413ccf351c8f44cc435ae169b3f7aa 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
@@ -12,7 +12,7 @@
namespace blink {
namespace scheduler {
-class BLINK_PLATFORM_EXPORT VirtualTimeDomain : public TimeDomain {
+class PLATFORM_EXPORT VirtualTimeDomain : public TimeDomain {
public:
VirtualTimeDomain(base::TimeTicks initial_time);
~VirtualTimeDomain() override;

Powered by Google App Engine
This is Rietveld 408576698