| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index 7f22a0d66a51a201ae83a6eaa4eb1dfc53a6d1e2..86ee684b49ba8a1aecbdee7831dca7d3f8cb9fd9 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -650,6 +650,7 @@ class CC_EXPORT PropertyTrees final {
|
| ScrollTree scroll_tree;
|
| bool needs_rebuild;
|
| bool non_root_surfaces_enabled;
|
| + bool can_adjust_raster_scales;
|
| // Change tracking done on property trees needs to be preserved across commits
|
| // (when they are not rebuild). We cache a global bool which stores whether
|
| // we did any change tracking so that we can skip copying the change status
|
|
|