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

Unified Diff: public/web/WebFrameClient.h

Issue 1288973002: Observing DocumentTiming and sending data to RenderFrameImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Document logic moved to DocumentTiming Created 5 years, 4 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: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 7315757934077015dbc723a1cd926063178f1358..db5910bd65b2784b6db15515b85e8c451caca285 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -454,6 +454,9 @@ public:
// A PingLoader was created, and a request dispatched to a URL.
virtual void didDispatchPingLoader(WebLocalFrame*, const WebURL&) { }
+ // A performance timing event (e.g. first paint) occurred
+ virtual void didChangePerformanceTiming() { }
+
// The loaders in this frame have been stopped.
virtual void didAbortLoading(WebLocalFrame*) { }
« Source/core/loader/DocumentLoader.cpp ('K') | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698