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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Fix blimp issue Created 4 years, 11 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 d8eba8d10738f8c715dc9e3dc8ab1e973f4779b4..da5d186427135b3f7769c25e36dd0b68d6001d6b 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -248,6 +248,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
base::TimeDelta duration);
void ApplyScrollAndScale(ScrollAndScaleSet* info);
+ void ApplyMutations(LayerTreeMutations* mutations);
void SetImplTransform(const gfx::Transform& transform);
void SetDeviceScaleFactor(float device_scale_factor);

Powered by Google App Engine
This is Rietveld 408576698