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

Unified Diff: ash/wm/resize_shadow.h

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/resize_handle_window_targeter.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/resize_shadow.h
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h
index 724c4f73fd7d958778b6f209187ac6e4f065ddd1..ae5d274632fbdf9e6e46d6b3d334a1552e297598 100644
--- a/ash/wm/resize_shadow.h
+++ b/ash/wm/resize_shadow.h
@@ -45,9 +45,7 @@ class ResizeShadow {
// Updates the effect positions based on the |bounds| of the window.
void Layout(const gfx::Rect& bounds);
- int GetLastHitTestForTest() const {
- return last_hit_test_;
- }
+ int GetLastHitTestForTest() const { return last_hit_test_; }
private:
// Images for the shadow effect.
« no previous file with comments | « ash/wm/resize_handle_window_targeter.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698