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

Unified Diff: ash/touch/touch_transformer_controller_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/touch/touch_transformer_controller.cc ('k') | ash/touch/touch_uma.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_transformer_controller_unittest.cc
diff --git a/ash/touch/touch_transformer_controller_unittest.cc b/ash/touch/touch_transformer_controller_unittest.cc
index dc6b3451e5feaf3eb9884141b47e26f369e989b5..0d19e03585cd7f1ad91e442705e901a2f1f05d12 100644
--- a/ash/touch/touch_transformer_controller_unittest.cc
+++ b/ash/touch/touch_transformer_controller_unittest.cc
@@ -46,8 +46,7 @@ TEST_F(TouchTransformerControllerTest, MirrorModeLetterboxing) {
CreateDisplayInfo(1, 10u, gfx::Rect(0, 0, 1920, 1200));
internal_display_info.set_is_aspect_preserving_scaling(true);
std::vector<DisplayMode> internal_modes;
- internal_modes.push_back(
- DisplayMode(gfx::Size(2560, 1700), 60, false, true));
+ internal_modes.push_back(DisplayMode(gfx::Size(2560, 1700), 60, false, true));
internal_modes.push_back(
DisplayMode(gfx::Size(1920, 1200), 60, false, false));
internal_display_info.SetDisplayModes(internal_modes);
@@ -117,10 +116,8 @@ TEST_F(TouchTransformerControllerTest, MirrorModePillarboxing) {
CreateDisplayInfo(1, 10, gfx::Rect(0, 0, 1024, 768));
internal_display_info.set_is_aspect_preserving_scaling(true);
std::vector<DisplayMode> internal_modes;
- internal_modes.push_back(
- DisplayMode(gfx::Size(1366, 768), 60, false, true));
- internal_modes.push_back(
- DisplayMode(gfx::Size(1024, 768), 60, false, false));
+ internal_modes.push_back(DisplayMode(gfx::Size(1366, 768), 60, false, true));
+ internal_modes.push_back(DisplayMode(gfx::Size(1024, 768), 60, false, false));
internal_display_info.SetDisplayModes(internal_modes);
DisplayInfo external_display_info =
« no previous file with comments | « ash/touch/touch_transformer_controller.cc ('k') | ash/touch/touch_uma.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698