Chromium Code Reviews

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

Issue 1363023005: Implement FullScreen using top layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
index 8ae0a42ec49edbdab631226ea586220d570c9704..c147fba40c692fa283e15c0f41d60b012c27f7ef 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
+++ b/third_party/WebKit/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[];
esprehn 2015/09/24 20:17:02 yeah this is super ugly, lets expose a specific AP
dsinclair 2015/09/28 17:14:58 Done.
extern const char Inline[];
extern const char InlineCSSStyleMutated[];
extern const char Inspector[];

Powered by Google App Engine