Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1443)

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

Issue 2585113005: DevTools: make ignoreInputEvents a static flag (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698