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

Unified Diff: cc/input/layer_selection_bound.h

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/input/layer_selection_bound.h
diff --git a/cc/input/layer_selection_bound.h b/cc/input/layer_selection_bound.h
index 10b14d904d2e9d7b40a18bcd9b360fe4abbde037..a4f98eed11c0584e350540a2ef749b860f392181 100644
--- a/cc/input/layer_selection_bound.h
+++ b/cc/input/layer_selection_bound.h
@@ -18,8 +18,8 @@ struct CC_EXPORT LayerSelectionBound {
~LayerSelectionBound();
SelectionBoundType type;
- gfx::PointF edge_top;
- gfx::PointF edge_bottom;
+ gfx::Point edge_top;
+ gfx::Point edge_bottom;
int layer_id;
};

Powered by Google App Engine
This is Rietveld 408576698