| Index: cc/trees/proxy_common.h
|
| diff --git a/cc/trees/proxy_common.h b/cc/trees/proxy_common.h
|
| index 046f1056ea96e0bac347b50943e38610da1e84a6..e117000f89b6823776c31e30ae1367771ca12b7f 100644
|
| --- a/cc/trees/proxy_common.h
|
| +++ b/cc/trees/proxy_common.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CC_TREES_PROXY_COMMON_H_
|
| #define CC_TREES_PROXY_COMMON_H_
|
|
|
| +#include "cc/animation/layer_tree_mutations.h"
|
| #include <stddef.h>
|
|
|
| #include "cc/base/cc_export.h"
|
| @@ -26,6 +27,7 @@ struct CC_EXPORT BeginMainFrameAndCommitState {
|
| unsigned int begin_frame_id;
|
| BeginFrameArgs begin_frame_args;
|
| scoped_ptr<ScrollAndScaleSet> scroll_info;
|
| + scoped_ptr<LayerTreeMutations> mutations;
|
| size_t memory_allocation_limit_bytes;
|
| bool evicted_ui_resources;
|
|
|
|
|