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

Unified Diff: third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h

Issue 2837943006: [WIP] Support PerformanceResourceTiming for Service Worker Navigation Preload (Closed)
Patch Set: clean up 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/core/timing/WorkerGlobalScopePerformance.h
diff --git a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
index e4df42f1521222445937e4d802bac47b7cdecdb1..238da13eb022e976c8b8a3650d32a311b6441e36 100644
--- a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
+++ b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
@@ -31,6 +31,7 @@
#ifndef WorkerGlobalScopePerformance_h
#define WorkerGlobalScopePerformance_h
+#include "core/CoreExport.h"
#include "core/timing/WorkerPerformance.h"
#include "core/workers/WorkerGlobalScope.h"
#include "platform/Supplementable.h"
@@ -40,7 +41,7 @@ namespace blink {
class WorkerGlobalScope;
-class WorkerGlobalScopePerformance final
+class CORE_EXPORT WorkerGlobalScopePerformance final
: public GarbageCollected<WorkerGlobalScopePerformance>,
public Supplement<WorkerGlobalScope> {
USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopePerformance);

Powered by Google App Engine
This is Rietveld 408576698