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

Unified Diff: content/browser/android/content_view_core_impl.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/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 28ac05f084128d17ef76ae94e84f92af25869dc0..ae645d3f6ea727b6ccc7a2aebd10ba468ff5e623 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -65,7 +65,6 @@ class ContentViewCoreImpl : public ContentViewCore,
const override;
cc::Layer* GetLayer() const override;
bool ShowPastePopup(int x, int y) override;
- float GetDpiScale() const override;
void PauseOrResumeGeolocation(bool should_pause) override;
void RequestTextSurroundingSelection(
int max_length,

Powered by Google App Engine
This is Rietveld 408576698