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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 1021083003: [DevTools] Pause input events in WebFrameWidgetImpl while debugging. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo Created 5 years, 9 months 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
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 7605972ffcb4674a61c27fb44b676f1975fd7772..361fa9c941a676b444ba3fa1ec863b2d8cbda742 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -57,6 +57,7 @@ class PlatformKeyboardEvent;
class PlatformMouseEvent;
class PlatformTouchEvent;
class WebDevToolsAgentClient;
+class WebFrameWidgetImpl;
class WebInputEvent;
class WebLocalFrameImpl;
class WebString;
@@ -83,6 +84,8 @@ public:
void flushPendingProtocolNotifications();
void dispatchMessageFromFrontend(const String& message);
void registerAgent(PassOwnPtrWillBeRawPtr<InspectorAgent>);
+ static void webViewImplClosed(WebViewImpl*);
+ static void webFrameWidgetImplClosed(WebFrameWidgetImpl*);
// Instrumentation from web/ layer.
void didCommitLoadForLocalFrame(LocalFrame*);
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698