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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Remove some comments Created 4 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: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 8af3dcbadf095b261c13f466b61aa07a69bf10c1..c8585dd6ed7ceabc82b93d1b2209ebc45aed74d6 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -344,9 +344,6 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
void set_surface_id_namespace(uint32_t id_namespace);
SurfaceSequence CreateSurfaceSequence();
- void SetChildrenNeedBeginFrames(bool children_need_begin_frames) const;
- void SendBeginFramesToChildren(const BeginFrameArgs& args) const;
-
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval);
PropertyTrees* property_trees() { return &property_trees_; }

Powered by Google App Engine
This is Rietveld 408576698