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

Unified Diff: content/renderer/render_widget.h

Issue 1978763004: Drag image should always use the real device scale factor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/render_view_impl.cc ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 5eecc23c2729d62504f4a4ed8ebf4fef2d0cd047..a5895b5854b16134ff6422daca6b33f20c10f77f 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -757,10 +757,10 @@ class CONTENT_EXPORT RenderWidget
std::unique_ptr<scheduler::RenderWidgetSchedulingState>
render_widget_scheduling_state_;
- private:
// When emulated, this returns original device scale factor.
float GetOriginalDeviceScaleFactor() const;
+ private:
// Indicates whether this widget has focus.
bool has_focus_;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698