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

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

Issue 2623613008: Add a new top-level inspector timeline event for the PrePaint step (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index b5e314c762e95692ecf66b22208b03798a3d006a..d71910d3d24e92bb8166ab1aea729296365c306a 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -285,6 +285,10 @@ std::unique_ptr<TracedValue> data(const PaintLayer*, const char* reason);
"LayerInvalidationTracking", TRACE_EVENT_SCOPE_THREAD, "data", \
InspectorLayerInvalidationTrackingEvent::data((LAYER), (REASON)));
+namespace InspectorPreparePaintEvent {
+std::unique_ptr<TracedValue> data(LocalFrame*);
+}
+
namespace InspectorPaintEvent {
std::unique_ptr<TracedValue> data(LayoutObject*,
const LayoutRect& clipRect,
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698