| 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_;
|
|
|