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

Unified Diff: cc/animation/layer_tree_mutator.h

Issue 2041193005: [compositorworker] compositor proxy mutation updates underlying layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-upstream-registration
Patch Set: Use RAII pattern Created 4 years, 6 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/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/layer_tree_mutator.h
diff --git a/cc/animation/layer_tree_mutator.h b/cc/animation/layer_tree_mutator.h
index c7b9292c7a239ead0e60b5e5971a097597e5b9f2..ef2f9ba2bcb5712f3d5805875df1c1797d29e928 100644
--- a/cc/animation/layer_tree_mutator.h
+++ b/cc/animation/layer_tree_mutator.h
@@ -27,7 +27,7 @@ class CC_EXPORT LayerTreeMutator {
virtual ~LayerTreeMutator() {}
// Returns true if the mutator should be rescheduled.
- virtual bool Mutate(base::TimeTicks now) = 0;
+ virtual bool Mutate(base::TimeTicks now, LayerTreeImpl* tree_impl) = 0;
virtual void SetClient(LayerTreeMutatorClient* client) = 0;
// Returns a callback which is responsible for applying layer tree mutations
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698