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

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

Issue 1139033006: Implement FullScreen using top layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: Source/core/dom/StyleChangeReason.h
diff --git a/Source/core/dom/StyleChangeReason.h b/Source/core/dom/StyleChangeReason.h
index 8ae0a42ec49edbdab631226ea586220d570c9704..c147fba40c692fa283e15c0f41d60b012c27f7ef 100644
--- a/Source/core/dom/StyleChangeReason.h
+++ b/Source/core/dom/StyleChangeReason.h
@@ -26,7 +26,7 @@ extern const char DesignMode[];
extern const char Drag[];
extern const char FontSizeChange[];
extern const char Fonts[];
-extern const char FullScreen[];
+CORE_EXPORT extern const char FullScreen[];
leviw_travelin_and_unemployed 2015/09/21 20:26:22 Why is this necessary for FullScreen but nowhere e
rune 2015/09/22 11:47:56 I suspect that's because it's passed to setNeedsSt
extern const char Inline[];
extern const char InlineCSSStyleMutated[];
extern const char Inspector[];

Powered by Google App Engine
This is Rietveld 408576698