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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2352773003: Fix the scale of Drag and Drop shadow image. (Closed)
Patch Set: Created 4 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/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index d424789e1e996ffea1541dfae1847f0acafc2361..273d062e56269fd8fd8c1bc3950b2e9c0e264658 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -400,6 +400,8 @@ class ContentViewCoreImpl : public ContentViewCore,
ui::ViewAndroid* GetViewAndroid();
+ float page_scale() { return page_scale_; }
+
private:
class ContentViewUserData;

Powered by Google App Engine
This is Rietveld 408576698