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

Unified Diff: content/public/browser/screen_orientation_provider.cc

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 | « no previous file | content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/screen_orientation_provider.cc
diff --git a/content/public/browser/screen_orientation_provider.cc b/content/public/browser/screen_orientation_provider.cc
index f932cf4196fe32e8f1ffc24f63c526b303df8e81..5b4db10c8e71c19c22165e4a50429c39e70410aa 100644
--- a/content/public/browser/screen_orientation_provider.cc
+++ b/content/public/browser/screen_orientation_provider.cc
@@ -54,7 +54,7 @@ void ScreenOrientationProvider::LockOrientation(int request_id,
if (!static_cast<WebContentsImpl*>(web_contents())
->IsFullscreenForCurrentTab()) {
dispatcher_->NotifyLockError(request_id,
- blink::WebLockOrientationErrorFullScreenRequired);
+ blink::WebLockOrientationErrorFullscreenRequired);
return;
}
}
« no previous file with comments | « no previous file | content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698