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

Unified Diff: Source/core/dom/Fullscreen.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/DocumentMarkerController.h ('k') | Source/core/dom/MainThreadTaskRunner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Fullscreen.h
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h
index f2709512456b6613dec3cb30fa133697ff54c161..339ab3b2341870fc43371c5237cf4b6a40f190ec 100644
--- a/Source/core/dom/Fullscreen.h
+++ b/Source/core/dom/Fullscreen.h
@@ -28,6 +28,7 @@
#ifndef Fullscreen_h
#define Fullscreen_h
+#include "core/CoreExport.h"
#include "core/dom/Document.h"
#include "core/dom/DocumentLifecycleObserver.h"
#include "core/dom/Element.h"
@@ -43,7 +44,7 @@ namespace blink {
class LayoutFullScreen;
class ComputedStyle;
-class Fullscreen final
+class CORE_EXPORT Fullscreen final
: public NoBaseWillBeGarbageCollectedFinalized<Fullscreen>
, public DocumentSupplement
, public DocumentLifecycleObserver {
« no previous file with comments | « Source/core/dom/DocumentMarkerController.h ('k') | Source/core/dom/MainThreadTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698