| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 02240014219a5b5f9b64516c8651f19fe4aee387..2acd5cd9979523cf9bf43a06f11099514757c28a 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -474,9 +474,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void SetSubtreePropertyChanged();
|
| bool subtree_property_changed() const { return subtree_property_changed_; }
|
|
|
| - void SetLayerPropertyChanged();
|
| - bool layer_property_changed() const { return layer_property_changed_; }
|
| -
|
| void SetMayContainVideo(bool yes);
|
|
|
| void DidBeginTracing();
|
| @@ -723,7 +720,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| bool should_check_backface_visibility_ : 1;
|
| bool force_render_surface_for_testing_ : 1;
|
| bool subtree_property_changed_ : 1;
|
| - bool layer_property_changed_ : 1;
|
| bool may_contain_video_ : 1;
|
| SkColor safe_opaque_background_color_;
|
| // draw_blend_mode may be different than blend_mode_,
|
|
|