| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index 23314b43e0b8c83c97fff0eaebf426fde4a09f38..49315ca802202471cc15ca6286ceaacdd9686ed0 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -188,6 +188,8 @@ class CC_EXPORT DirectRenderer {
|
| bool allow_empty_swap_;
|
| // Whether partial swap can be used.
|
| bool use_partial_swap_;
|
| + // Whether overdraw feedback is enabled and can be used.
|
| + bool overdraw_feedback_;
|
|
|
| // TODO(danakj): Just use a vector of pairs here? Hash map is way overkill.
|
| std::unordered_map<int, std::unique_ptr<ScopedResource>>
|
|
|