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

Unified Diff: public/platform/WebLayer.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: Code review comments (and re-sync) Created 5 years, 9 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/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index f4fcc94d70a8173e5b168e517cfb5ef045cb8fc7..e203c1157c089b70a569c6f73849cfa67db5004e 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -199,6 +199,8 @@ public:
virtual void setTouchEventHandlerRegion(const WebVector<WebRect>&) = 0;
virtual WebVector<WebRect> touchEventHandlerRegion() const = 0;
+ virtual void setFrameTimingRequests(const WebVector<std::pair<int64_t, WebRect>>&) = 0;
+
// FIXME: Make pure once cc is updated. crbug.com/347272
virtual void setScrollBlocksOn(WebScrollBlocksOn) { };
virtual WebScrollBlocksOn scrollBlocksOn() const { return WebScrollBlocksOnNone;};

Powered by Google App Engine
This is Rietveld 408576698