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

Unified Diff: cc/blink/web_layer_impl.h

Issue 1095483004: Add accessor for frameTimingRequests for blink unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.h
diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
index 0560bedcd71a746f361484eab741e3706c922043..beaf3b51679ab34a60520a79c3fac724c0e18a53 100644
--- a/cc/blink/web_layer_impl.h
+++ b/cc/blink/web_layer_impl.h
@@ -128,6 +128,8 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
virtual blink::WebScrollBlocksOn scrollBlocksOn() const;
virtual void setFrameTimingRequests(
const blink::WebVector<std::pair<int64_t, blink::WebRect>>& requests);
+ virtual blink::WebVector<std::pair<int64_t, blink::WebRect>>
+ frameTimingRequests() const;
virtual void setIsContainerForFixedPositionLayers(bool is_container);
virtual bool isContainerForFixedPositionLayers() const;
virtual void setPositionConstraint(
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698