Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 657760ebc0177be049e7196a1f96b78474a08580..1b098c7c001340a37b2e3f8ce230857cec81741a 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -287,7 +287,6 @@ class WEB_EXPORT WebViewImpl final |
HitTestResult coreHitTestResultAt(const WebPoint&); |
void invalidateRect(const IntRect&); |
- void setIgnoreInputEvents(bool newValue); |
void setBaseBackgroundColor(WebColor); |
void setBackgroundColorOverride(WebColor); |
void setZoomFactorOverride(float); |
@@ -651,8 +650,6 @@ class WEB_EXPORT WebViewImpl final |
float m_fakePageScaleAnimationPageScaleFactor; |
bool m_fakePageScaleAnimationUseAnchor; |
- bool m_ignoreInputEvents; |
- |
float m_compositorDeviceScaleFactorOverride; |
TransformationMatrix m_deviceEmulationTransform; |