Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / layers / nine_patch_layer_impl_unittest.cc
index 22f2c94..0755cfa 100644 (file)
@@ -30,9 +30,9 @@ gfx::Rect ToRoundedIntRect(const gfx::RectF& rect_f) {
                    gfx::ToRoundedInt(rect_f.height()));
 }
 
-void NinePatchLayerLayoutTest(gfx::Size bitmap_size,
+void NinePatchLayerLayoutTest(const gfx::Size& bitmap_size,
                               const gfx::Rect& aperture_rect,
-                              gfx::Size layer_size,
+                              const gfx::Size& layer_size,
                               const gfx::Rect& border,
                               bool fill_center,
                               size_t expected_quad_size) {