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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 2144703003: Remove ContentViewCore::GetDpiScale. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 44a2e3f81128f5b7944a4edb42d9964cb4c06ffb..63921ec9ee4c7da7362476122a01201323208a36 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -46,7 +46,6 @@ class CONTENT_EXPORT ContentViewCore {
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
virtual bool ShowPastePopup(int x, int y) = 0;
- virtual float GetDpiScale() const = 0;
virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
// Text surrounding selection.

Powered by Google App Engine
This is Rietveld 408576698