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

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

Issue 196743008: Revert 169371 "DevTools: defer styles delta calculation to until..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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
Index: trunk/Source/core/inspector/InspectorController.h
===================================================================
--- trunk/Source/core/inspector/InspectorController.h (revision 169387)
+++ trunk/Source/core/inspector/InspectorController.h (working copy)
@@ -121,7 +121,6 @@
void willProcessTask();
void didProcessTask();
- void flushPendingFrontendMessages();
void didCommitLoadForMainFrame();
void didBeginFrame(int frameId);
@@ -135,8 +134,6 @@
void willAddPageOverlay(const GraphicsLayer*);
void didRemovePageOverlay(const GraphicsLayer*);
-
-
private:
InspectorController(Page*, InspectorClient*);
« no previous file with comments | « trunk/Source/core/inspector/InspectorCSSAgent.cpp ('k') | trunk/Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698