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

Unified Diff: ash/wm/lock_layout_manager.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ash/wm/immersive_revealed_lock.h ('k') | ash/wm/lock_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_layout_manager.cc
diff --git a/ash/wm/lock_layout_manager.cc b/ash/wm/lock_layout_manager.cc
index aff6806a1d6e8cca1210d5b554034c205b11333f..8691654c71f8b033ea798e4e09d8ceafbbad9af6 100644
--- a/ash/wm/lock_layout_manager.cc
+++ b/ash/wm/lock_layout_manager.cc
@@ -66,12 +66,10 @@ void LockLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) {
child->RemoveObserver(this);
}
-void LockLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {
-}
+void LockLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {}
void LockLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child,
- bool visible) {
-}
+ bool visible) {}
void LockLayoutManager::SetChildBounds(aura::Window* child,
const gfx::Rect& requested_bounds) {
@@ -81,16 +79,13 @@ void LockLayoutManager::SetChildBounds(aura::Window* child,
}
void LockLayoutManager::OnWindowHierarchyChanged(
- const WindowObserver::HierarchyChangeParams& params) {
-}
+ const WindowObserver::HierarchyChangeParams& params) {}
void LockLayoutManager::OnWindowPropertyChanged(aura::Window* window,
const void* key,
- intptr_t old) {
-}
+ intptr_t old) {}
-void LockLayoutManager::OnWindowStackingChanged(aura::Window* window) {
-}
+void LockLayoutManager::OnWindowStackingChanged(aura::Window* window) {}
void LockLayoutManager::OnWindowDestroying(aura::Window* window) {
window->RemoveObserver(this);
@@ -132,8 +127,7 @@ void LockLayoutManager::AdjustWindowsForWorkAreaChange(
event->type() == wm::WM_EVENT_WORKAREA_BOUNDS_CHANGED);
for (aura::Window::Windows::const_iterator it = window_->children().begin();
- it != window_->children().end();
- ++it) {
+ it != window_->children().end(); ++it) {
wm::GetWindowState(*it)->OnWMEvent(event);
}
}
« no previous file with comments | « ash/wm/immersive_revealed_lock.h ('k') | ash/wm/lock_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698