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

Unified Diff: ash/display/root_window_transformers_unittest.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/display/root_window_transformers.cc ('k') | ash/display/screen_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/root_window_transformers_unittest.cc
diff --git a/ash/display/root_window_transformers_unittest.cc b/ash/display/root_window_transformers_unittest.cc
index b61396c12659ab30820a6edf4a0c979f3dd84167..13729a88d683f4d2cff2681d87bd78cee3da27e4 100644
--- a/ash/display/root_window_transformers_unittest.cc
+++ b/ash/display/root_window_transformers_unittest.cc
@@ -113,8 +113,10 @@ class TestEventHandler : public ui::EventHandler {
};
float GetStoredUIScale(int64_t id) {
- return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).
- GetEffectiveUIScale();
+ return Shell::GetInstance()
+ ->display_manager()
+ ->GetDisplayInfo(id)
+ .GetEffectiveUIScale();
}
std::unique_ptr<RootWindowTransformer>
@@ -312,9 +314,9 @@ TEST_F(RootWindowTransformersTest, MAYBE_TouchScaleAndMagnify) {
EXPECT_FLOAT_EQ(0.2f, event_handler.touch_radius_x());
EXPECT_FLOAT_EQ(0.2f, event_handler.touch_radius_y());
- generator.ScrollSequence(gfx::Point(0,0),
- base::TimeDelta::FromMilliseconds(100),
- 10.0, 1.0, 5, 1);
+ generator.ScrollSequence(gfx::Point(0, 0),
+ base::TimeDelta::FromMilliseconds(100), 10.0, 1.0, 5,
+ 1);
// ordinal_offset is invariant to the device scale factor.
EXPECT_FLOAT_EQ(event_handler.scroll_x_offset(),
« no previous file with comments | « ash/display/root_window_transformers.cc ('k') | ash/display/screen_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698