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

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h

Issue 2316983002: Change capitalization FullScreen->Fullscreen where possible in Blink (Closed)
Patch Set: update test expectations Created 4 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h b/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h
index dea7a3e9cc77aade04a5e68b7e07387696a90550..5ca212743d98c5c0e8b2415c343288e0d96af40c 100644
--- a/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h
@@ -12,7 +12,7 @@ enum WebLockOrientationError {
WebLockOrientationErrorNotAvailable,
// If fullscreen is required to lock.
- WebLockOrientationErrorFullScreenRequired,
+ WebLockOrientationErrorFullscreenRequired,
// If another lock/unlock got called before that one ended.
WebLockOrientationErrorCanceled,
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698