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

Unified Diff: Source/web/WebViewImpl.h

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 95531efda6ddee8ebf76459cd46205aa2f83879d..1e30655181959be648b20798227a3acfb4908dc7 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -134,6 +134,8 @@ public:
const WebFloatSize& elasticOverscrollDelta,
float pageScaleDelta,
float topControlsDelta) override;
+ virtual void recordFrameTimingEvent(enum frameTimingEventType,
+ int64_t, const WebVector<std::pair<int, double>>&) override;
virtual void mouseCaptureLost() override;
virtual void setFocus(bool enable) override;
virtual bool setComposition(

Powered by Google App Engine
This is Rietveld 408576698