Chromium Code Reviews| Index: cc/trees/thread_proxy.h |
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
| index b1f859ad8c7b2bae8b190db66bd093858ab72eb8..5f09238353041e3c3f6d60eac7e757232ded1003 100644 |
| --- a/cc/trees/thread_proxy.h |
| +++ b/cc/trees/thread_proxy.h |
| @@ -121,6 +121,7 @@ class ThreadProxy : public Proxy, |
| base::TimeTicks monotonic_frame_begin_time; |
| scoped_ptr<ScrollAndScaleSet> scroll_info; |
| size_t memory_allocation_limit_bytes; |
| + bool evicted_ui_resources; |
| }; |
| // Called on main thread. |