Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / popup_controller_common_unittest.cc
index 169bf11..576d055 100644 (file)
@@ -74,7 +74,7 @@ TEST_F(PopupControllerBaseTest, GetPopupBoundsTest) {
         new TestPopupControllerCommon(element_bounds[i]));
     popup_controller->set_display(display);
     gfx::Rect actual_popup_bounds =
-        popup_controller->GetPopupBounds(desired_height, desired_width);
+        popup_controller->GetPopupBounds(desired_width, desired_height);
 
     EXPECT_EQ(expected_popup_bounds[i].ToString(),
               actual_popup_bounds.ToString()) <<