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

Unified Diff: third_party/WebKit/Source/core/frame/NavigatorCPU.h

Issue 2606643002: Supplement should have a Member to the corresponding Supplementable object (Closed)
Patch Set: temp Created 4 years 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/frame/NavigatorCPU.h
diff --git a/third_party/WebKit/Source/core/frame/NavigatorCPU.h b/third_party/WebKit/Source/core/frame/NavigatorCPU.h
index f24e090f0b70dcb9dd1fa66b9fbf93c364cd971d..7fc4db40d4b86e04bb5310aa0e434136d3e1a6c4 100644
--- a/third_party/WebKit/Source/core/frame/NavigatorCPU.h
+++ b/third_party/WebKit/Source/core/frame/NavigatorCPU.h
@@ -5,9 +5,11 @@
#ifndef NavigatorCPU_h
#define NavigatorCPU_h
+#include "core/CoreExport.h"
+
namespace blink {
-class NavigatorCPU {
+class CORE_EXPORT NavigatorCPU {
public:
unsigned hardwareConcurrency() const;
};

Powered by Google App Engine
This is Rietveld 408576698