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

Unified Diff: chrome/browser/android/vr_shell/vr_web_contents_observer.cc

Issue 2705293002: Chrome VR clang-format cleanup (Closed)
Patch Set: Rebase to ToT. Created 3 years, 10 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
Index: chrome/browser/android/vr_shell/vr_web_contents_observer.cc
diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.cc b/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
index 7d819eedd497cec49cf3ea25bcdb748c9b39d276..42fc7f18784ef10acf0e0cf354a51b3cfffde34b 100644
--- a/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
+++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
@@ -69,7 +69,8 @@ void VrWebContentsObserver::DidChangeVisibleSecurityState() {
}
void VrWebContentsObserver::DidToggleFullscreenModeForTab(
- bool entered_fullscreen, bool will_cause_resize) {
+ bool entered_fullscreen,
+ bool will_cause_resize) {
ui_interface_->SetFullscreen(entered_fullscreen);
}
@@ -85,7 +86,6 @@ void VrWebContentsObserver::WasShown() {
vr_shell_->ContentWasShown();
}
-
void VrWebContentsObserver::MainFrameWasResized(bool width_changed) {
vr_shell_->ContentFrameWasResized(width_changed);
}
« no previous file with comments | « chrome/browser/android/vr_shell/vr_web_contents_observer.h ('k') | chrome/browser/ui/webui/vr_shell/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698