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

Unified Diff: content/renderer/external_popup_menu.cc

Issue 1003113003: [DevTools] Handle emulation in embedder, call into web API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests and mac popups compilation Created 5 years, 9 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
« no previous file with comments | « content/renderer/external_popup_menu.h ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/external_popup_menu.cc
diff --git a/content/renderer/external_popup_menu.cc b/content/renderer/external_popup_menu.cc
index 3a635e528d3b2257d37c5c87a71d0e4dad8ef8fb..f2363e31b53cadf397be04cc0eb9e0ee3280447f 100644
--- a/content/renderer/external_popup_menu.cc
+++ b/content/renderer/external_popup_menu.cc
@@ -23,7 +23,7 @@ ExternalPopupMenu::ExternalPopupMenu(
}
void ExternalPopupMenu::SetOriginScaleAndOffsetForEmulation(
- float scale, const gfx::Point& offset) {
+ float scale, const gfx::PointF& offset) {
origin_scale_for_emulation_ = scale;
origin_offset_for_emulation_ = offset;
}
« no previous file with comments | « content/renderer/external_popup_menu.h ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698