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

Unified Diff: cc/layers/layer_iterator_unittest.cc

Issue 1372253002: gfx: Make conversions from gfx::Point to PointF explicit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pointfconvert-gfx: . Created 5 years, 3 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: cc/layers/layer_iterator_unittest.cc
diff --git a/cc/layers/layer_iterator_unittest.cc b/cc/layers/layer_iterator_unittest.cc
index 01815f9b36ceca8eb59061ecf8383476ac8285ca..ee429a29bb8308f3288d88b31df58bed35af55f6 100644
--- a/cc/layers/layer_iterator_unittest.cc
+++ b/cc/layers/layer_iterator_unittest.cc
@@ -40,7 +40,7 @@ class TestLayerImpl : public LayerImpl {
count_representing_contributing_surface_(-1),
count_representing_itself_(-1) {
SetBounds(gfx::Size(100, 100));
- SetPosition(gfx::Point());
+ SetPosition(gfx::PointF());
SetDrawsContent(true);
}
};

Powered by Google App Engine
This is Rietveld 408576698