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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 2491113002: Fix form validation bubble positioning at hidpi. (Closed)
Patch Set: override and comment in rwhv_base Created 4 years, 1 month 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/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 093d822ed61d77d5cf261db8a98bcd68c7de61b1..ff1b97243d5bc8561f82eb05c3b3c96012373080 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -135,6 +135,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void FocusedNodeTouched(const gfx::Point& location_dips_screen,
bool editable) override;
void SetNeedsBeginFrames(bool needs_begin_frames) override;
+ float GetDeviceScaleFactor() const override;
// Overridden from RenderWidgetHostViewBase:
void InitAsPopup(RenderWidgetHostView* parent_host_view,

Powered by Google App Engine
This is Rietveld 408576698