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

Unified Diff: cc/trees/layer_tree_host.h

Issue 337693005: cc: Control defer_commits logic by Scheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 1 month 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 de91b764e864398d881a0a6d409fc3b40c737579..03c1974da526b5a34a70817314a63983aab59a8f 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -147,9 +147,6 @@ class CC_EXPORT LayerTreeHost {
void SetDeferCommits(bool defer_commits);
- // Test only hook
- virtual void DidDeferCommit();
-
int source_frame_number() const { return source_frame_number_; }
void SetNeedsDisplayOnAllLayers();

Powered by Google App Engine
This is Rietveld 408576698