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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2762123004: cc: LayerTreeHostImpl uses element id to tick animations (Closed)
Patch Set: review comments Created 3 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_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index f02a36c93d9f84b42c6df08717ce4986ccd47332..fe9c5d4304fbb0ab8831c3bc573407e28112873c 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -255,15 +255,6 @@ class CC_EXPORT LayerTreeHostImpl
// virtual for testing.
virtual void InvalidateContentOnImplSide();
- void SetTreeLayerFilterMutated(ElementId element_id,
- LayerTreeImpl* tree,
- const FilterOperations& filters);
- void SetTreeLayerOpacityMutated(ElementId element_id,
- LayerTreeImpl* tree,
- float opacity);
- void SetTreeLayerTransformMutated(ElementId element_id,
- LayerTreeImpl* tree,
- const gfx::Transform& transform);
void SetTreeLayerScrollOffsetMutated(ElementId element_id,
LayerTreeImpl* tree,
const gfx::ScrollOffset& scroll_offset);

Powered by Google App Engine
This is Rietveld 408576698