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

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

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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/dom/StyleChangeReason.h
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
index 3ec68c9e0322d03464fd332dafe28344725a69b6..7a6eb386d3cd9fac47bd6c3b0ee7f7831b91ca94 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
@@ -25,7 +25,7 @@ extern const char DeclarativeContent[];
extern const char DesignMode[];
extern const char FontSizeChange[];
extern const char Fonts[];
-extern const char FullScreen[];
+extern const char Fullscreen[];
extern const char Inline[];
extern const char InlineCSSStyleMutated[];
extern const char Inspector[];

Powered by Google App Engine
This is Rietveld 408576698