| 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 1071850e6522e8c59f57b32d689d0d1bcd3317f7..c4336ed11fda5119290996aee1f4b0ff9c1944f1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -502,9 +502,6 @@ class WEB_EXPORT WebViewImpl final
|
|
|
| ChromeClientImpl& chromeClient() const { return *m_chromeClientImpl.get(); }
|
|
|
| - void setDoingDragAndDrop(bool doing) { m_doingDragAndDrop = doing; }
|
| - bool doingDragAndDrop() { return m_doingDragAndDrop; }
|
| -
|
| // Returns the currently active WebInputMethodController which the one
|
| // corresponding to the focused frame. It will return nullptr if there are
|
| // none or |m_imeAcceptEvents| is false.
|
| @@ -655,10 +652,6 @@ class WEB_EXPORT WebViewImpl final
|
| float m_fakePageScaleAnimationPageScaleFactor;
|
| bool m_fakePageScaleAnimationUseAnchor;
|
|
|
| - // TODO(paulmeyer): Move this to WebWidget once all drag-and-drop functions
|
| - // are there.
|
| - bool m_doingDragAndDrop;
|
| -
|
| bool m_ignoreInputEvents;
|
|
|
| float m_compositorDeviceScaleFactorOverride;
|
|
|