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

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: minor edits from review 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..1e5cb018500f456e721ed2c7558b9d880d51f00a 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 Event (e.g. First Paint) occurred
Bryan McQuade 2015/08/14 15:14:16 maybe just add 'timing' to the sentence : 'A perfo
+ virtual void didChangePerformanceTiming() { }
+
// The loaders in this frame have been stopped.
virtual void didAbortLoading(WebLocalFrame*) { }
« Source/core/loader/FrameLoaderClient.h ('K') | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698