Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
index efda4edcaf871f0be62df26441cd7b6d3689d8dc..9de53c546446109a4ca235d86ea6eef79759c036 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -71,7 +71,6 @@ class WebFrameWidgetImpl final |
public PageWidgetEventHandler { |
public: |
static WebFrameWidgetImpl* create(WebWidgetClient*, WebLocalFrame*); |
- static WebFrameWidgetsSet& allInstances(); |
~WebFrameWidgetImpl(); |
@@ -150,8 +149,6 @@ class WebFrameWidgetImpl final |
void updateMainFrameLayoutSize(); |
- void setIgnoreInputEvents(bool newValue); |
- |
// Event related methods: |
void mouseContextMenu(const WebMouseEvent&); |
@@ -226,8 +223,6 @@ class WebFrameWidgetImpl final |
bool m_suppressNextKeypressEvent; |
- bool m_ignoreInputEvents; |
- |
// Whether the WebFrameWidget is rendering transparently. |
bool m_isTransparent; |