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

Unified Diff: Source/core/inspector/InspectorBaseAgent.h

Issue 201363002: DevTools: defer styles delta calculation to until the end of the task. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 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 | « LayoutTests/inspector/elements/styles/styles-test.js ('k') | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorBaseAgent.h
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
index af1c670d086ff633c3a860de421ae45e070cedfc..eae8210979a35633618be2aa14522043f1123730 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -55,6 +55,7 @@ public:
virtual void registerInDispatcher(InspectorBackendDispatcher*) = 0;
virtual void discardAgent() { }
virtual void didCommitLoadForMainFrame() { }
+ virtual void flushPendingFrontendMessages() { }
String name() { return m_name; }
void appended(InstrumentingAgents*, InspectorState*);
@@ -77,6 +78,7 @@ public:
void restore();
void registerInDispatcher(InspectorBackendDispatcher*);
void discardAgents();
+ void flushPendingFrontendMessages();
private:
InstrumentingAgents* m_instrumentingAgents;
« no previous file with comments | « LayoutTests/inspector/elements/styles/styles-test.js ('k') | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698