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

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

Issue 600733005: [Invalidation Tracking] add TraceEvents for setNeedsStyleRecalc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: trace regardless of existingChangeType Created 6 years, 3 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: Source/core/inspector/InspectorTraceEvents.h
diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
index 24ffa7165b1b645695ea0218bd59f291906ed4e1..6abfe8040e0a21b386552fca4be3a16552da315a 100644
--- a/Source/core/inspector/InspectorTraceEvents.h
+++ b/Source/core/inspector/InspectorTraceEvents.h
@@ -20,16 +20,23 @@ class GraphicsLayer;
class KURL;
class LayoutRect;
class LocalFrame;
+class Node;
class RenderImage;
class RenderLayer;
class RenderObject;
class ResourceRequest;
class ResourceResponse;
-class ScriptSourceCode;
class ScriptCallStack;
+class ScriptSourceCode;
+class StyleChangeReasonForTracing;
class WorkerThread;
class XMLHttpRequest;
+class InspectorStyleRecalcInvalidationTrackingEvent {
pdr. 2014/09/30 03:25:48 Ultra mega nit: Can we move this down near its inv
kouhei (in TOK) 2014/09/30 03:49:32 Done.
+public:
+ static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(Node*, const StyleChangeReasonForTracing&);
+};
+
class InspectorLayoutEvent {
public:
static PassRefPtr<TraceEvent::ConvertableToTraceFormat> beginData(FrameView*);

Powered by Google App Engine
This is Rietveld 408576698