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

Unified Diff: cc/layers/layer.h

Issue 1906003002: cc: Stop cache transform invertibility at Layer and LayerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-remove skipping due to invertibility in precalc, this was lost in rebase Created 4 years, 8 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 6150f0cbd4f0f386472f38fd135eb3f16f8e0665..97e83c339b461fbb9523b05e55835b552d39877a 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -199,7 +199,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
bool HasPotentiallyRunningTransformAnimation() const;
bool HasOnlyTranslationTransforms() const;
bool AnimationsPreserveAxisAlignment() const;
- bool transform_is_invertible() const { return transform_is_invertible_; }
bool MaximumTargetScale(float* max_scale) const;
bool AnimationStartScale(float* start_scale) const;
@@ -642,7 +641,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
bool use_local_transform_for_backface_visibility_ : 1;
bool should_check_backface_visibility_ : 1;
bool force_render_surface_for_testing_ : 1;
- bool transform_is_invertible_ : 1;
bool has_render_surface_ : 1;
bool subtree_property_changed_ : 1;
Region non_fast_scrollable_region_;
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698