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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
index e58d3a3166f0a7b07265e28babfe32f6039d41ab..1edc64453af460a01b84f13d2beebe6418e93e17 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -21,7 +21,7 @@ const char DeclarativeContent[] = "Extension declarativeContent.css";
const char DesignMode[] = "DesignMode";
const char FontSizeChange[] = "FontSizeChange";
const char Fonts[] = "Fonts";
-const char FullScreen[] = "FullScreen";
+const char Fullscreen[] = "Fullscreen";
const char Inline[] = "Inline";
const char InlineCSSStyleMutated[] = "Inline CSS style declaration was mutated";
const char Inspector[] = "Inspector";
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleChangeReason.h ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698