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

Unified Diff: content/renderer/render_widget.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: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 82646cd80388353bff20b19c99e0db1756f124ab..7b6d2bf5e4057641ba0aa239a8e0d4cdfec32f03 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -779,8 +779,8 @@ class CONTENT_EXPORT RenderWidget
// Popups may be displaced when screen metrics emulation is enabled.
// These values are used to properly adjust popup position.
- gfx::PointF popup_view_origin_for_emulation_;
- gfx::PointF popup_screen_origin_for_emulation_;
+ gfx::Point popup_view_origin_for_emulation_;
+ gfx::Point popup_screen_origin_for_emulation_;
float popup_origin_scale_for_emulation_;
scoped_refptr<FrameSwapMessageQueue> frame_swap_message_queue_;

Powered by Google App Engine
This is Rietveld 408576698