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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2712773002: Add trace event for detecting main frame in loading metrics. (Closed)
Patch Set: comment Created 3 years, 10 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index ec4d9b23f196cb65f522d325504ce542db095b6b..27d1873d8f343185b5d35537585c2d81a4bfc01a 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -302,6 +302,7 @@ class WEB_EXPORT WebLocalFrameImpl final
base::SingleThreadTaskRunner* loadingTaskRunner() override;
base::SingleThreadTaskRunner* unthrottledTaskRunner() override;
WebInputMethodControllerImpl* inputMethodController() const override;
+ void* frameIdForTracing() const override;
void extractSmartClipData(WebRect rectInViewport,
WebString& clipText,

Powered by Google App Engine
This is Rietveld 408576698