From 7e85ded0fa6467232ad64f8c20560ca26213518b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCri=20Valdmann?= Date: Thu, 24 Jan 2019 13:00:33 +0100 Subject: Delete WebContentsAdapterClient::dpiScale() It's always 1. Change-Id: I1c3d5bc3080da90379f03b6d0819c5656334751e Reviewed-by: Allan Sandfeld Jensen --- src/core/render_widget_host_view_qt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/render_widget_host_view_qt.h') diff --git a/src/core/render_widget_host_view_qt.h b/src/core/render_widget_host_view_qt.h index b9efc996f..f7bd82f03 100644 --- a/src/core/render_widget_host_view_qt.h +++ b/src/core/render_widget_host_view_qt.h @@ -234,7 +234,6 @@ private: void processMotionEvent(const ui::MotionEvent &motionEvent); void clearPreviousTouchMotionState(); QList mapTouchPointIds(const QList &inputPoints); - float dpiScale() const; void updateNeedsBeginFramesInternal(); bool IsPopup() const; -- cgit v1.2.3