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

Unified Diff: cc/layers/layer_impl.h

Issue 2269143003: cc : Add OnTransformAnimated to transform tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/layers/layer_impl.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index c3bfa568c94492ffda867bbb11c49e13741f7486..b6f55cb072bc434e9b6814174d955f4efa366a2a 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -96,7 +96,6 @@ class CC_EXPORT LayerImpl {
gfx::ScrollOffset ScrollOffsetForAnimation() const;
void OnFilterAnimated(const FilterOperations& filters);
void OnOpacityAnimated(float opacity);
- void OnTransformAnimated(const gfx::Transform& transform);
void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
void OnTransformIsCurrentlyAnimatingChanged(bool is_currently_animating);
void OnTransformIsPotentiallyAnimatingChanged(bool has_potential_animation);
@@ -140,7 +139,6 @@ class CC_EXPORT LayerImpl {
bool is_clipped() const { return draw_properties_.is_clipped; }
- void UpdatePropertyTreeTransform(const gfx::Transform& transform);
void UpdatePropertyTreeTransformIsAnimated(bool is_animated);
void UpdatePropertyTreeOpacity(float opacity);
void UpdatePropertyTreeScrollOffset();
« no previous file with comments | « no previous file | cc/layers/layer_impl.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698