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

Unified Diff: ash/magnifier/partial_magnification_controller.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
Index: ash/magnifier/partial_magnification_controller.h
diff --git a/ash/magnifier/partial_magnification_controller.h b/ash/magnifier/partial_magnification_controller.h
index 39c8d91c6afebc1b4badbe3ebe2fd6467cfa58f1..6b35364721a8b9cbf7c9d0637f7379b357df96e5 100644
--- a/ash/magnifier/partial_magnification_controller.h
+++ b/ash/magnifier/partial_magnification_controller.h
@@ -18,10 +18,9 @@ const float kNonPartialMagnifiedScale = 1.0f;
// Controls the partial screen magnifier, which is a small area of the screen
// which is zoomed in. The zoomed area follows the mouse cursor when enabled.
-class PartialMagnificationController
- : public ui::EventHandler,
- public aura::WindowObserver,
- public views::WidgetObserver {
+class PartialMagnificationController : public ui::EventHandler,
+ public aura::WindowObserver,
+ public views::WidgetObserver {
public:
PartialMagnificationController();
~PartialMagnificationController() override;
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ash/magnifier/partial_magnification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698