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

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

Issue 202893003: Reapply 169371 "DevTools: defer styles delta calculation to until the end of the task" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Lint 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 | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 701e88309cd3177e92542eb9af5b4f267f9335cb..0c85ea5472508f4ad187a785ff736c9411cfed59 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -121,6 +121,7 @@ public:
void willProcessTask();
void didProcessTask();
+ void flushPendingFrontendMessages();
void didCommitLoadForMainFrame();
void didBeginFrame(int frameId);
@@ -134,6 +135,7 @@ public:
void willAddPageOverlay(const GraphicsLayer*);
void didRemovePageOverlay(const GraphicsLayer*);
+
private:
InspectorController(Page*, InspectorClient*);
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698