Index: Source/core/page/FrameView.h |
diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
index 45f973158fbf7d5f490f8ef13130c57f91aaef4f..549498597f368e0a677fc7ddcbc7f87dc1e5f22a 100644 |
--- a/Source/core/page/FrameView.h |
+++ b/Source/core/page/FrameView.h |
@@ -153,6 +153,9 @@ public: |
virtual float visibleContentScaleFactor() const OVERRIDE { return m_visibleContentScaleFactor; } |
void setVisibleContentScaleFactor(float); |
+ virtual float inputEventsScaleFactor() const OVERRIDE; |
+ void setInputEventsScaleFactorForEmulation(float); |
+ |
virtual void setScrollPosition(const IntPoint&) OVERRIDE; |
virtual void repaintFixedElementsAfterScrolling(); |
virtual void updateFixedElementsAfterScrolling(); |
@@ -540,6 +543,7 @@ private: |
bool m_hasSoftwareFilters; |
float m_visibleContentScaleFactor; |
+ float m_inputEventsScaleFactorForEmulation; |
PartialLayoutState m_partialLayout; |
}; |