summaryrefslogtreecommitdiffstats
path: root/src/core/render_widget_host_view_qt.h
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2019-01-24 13:00:33 +0100
committerJüri Valdmann <juri.valdmann@qt.io>2019-02-01 10:39:18 +0000
commit7e85ded0fa6467232ad64f8c20560ca26213518b (patch)
tree5dc6369f59336e07d5470a82496ad1ad08564741 /src/core/render_widget_host_view_qt.h
parente3968360b4f1b7b0603b97d50244b18c92207f21 (diff)
Delete WebContentsAdapterClient::dpiScale()
It's always 1. Change-Id: I1c3d5bc3080da90379f03b6d0819c5656334751e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/render_widget_host_view_qt.h')
-rw-r--r--src/core/render_widget_host_view_qt.h1
1 files changed, 0 insertions, 1 deletions
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<QTouchEvent::TouchPoint> mapTouchPointIds(const QList<QTouchEvent::TouchPoint> &inputPoints);
- float dpiScale() const;
void updateNeedsBeginFramesInternal();
bool IsPopup() const;