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

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

Issue 2150443002: Supplement should have a Member to the corresponding Supplementable object (Part 1) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 4 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/frame/Screen.h
diff --git a/third_party/WebKit/Source/core/frame/Screen.h b/third_party/WebKit/Source/core/frame/Screen.h
index 37917ba45dd8d8d3c4de1e2dee979e7021f70ef7..e8b6e45d7bc336620531e38c6190251f4a6537ce 100644
--- a/third_party/WebKit/Source/core/frame/Screen.h
+++ b/third_party/WebKit/Source/core/frame/Screen.h
@@ -32,6 +32,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/frame/DOMWindowProperty.h"
+#include "core/workers/WorkerNavigator.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
@@ -39,7 +40,7 @@ namespace blink {
class LocalFrame;
-class Screen final : public GarbageCollected<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
+class CORE_EXPORT Screen final : public GarbageCollected<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(Screen);
public:

Powered by Google App Engine
This is Rietveld 408576698