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

Unified Diff: third_party/WebKit/public/web/WebPerformance.h

Issue 2883793003: Move detached files from web/ to (core/modules)/exported. (Closed)
Patch Set: Created 3 years, 7 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/public/web/WebPerformance.h
diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
index 27d66c50c0a05dd2d5c1ad120c4a6ce404238267..03ac153535fd1dcd42c4bf1f47c2685f783a4483 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -101,8 +101,8 @@ class WebPerformance {
BLINK_EXPORT double UpdateStyleDurationBeforeFCP() const;
#if BLINK_IMPLEMENTATION
- WebPerformance(Performance*);
- WebPerformance& operator=(Performance*);
+ BLINK_EXPORT WebPerformance(Performance*);
+ BLINK_EXPORT WebPerformance& operator=(Performance*);
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698