| Index: cc/output/overlay_processor.h
|
| diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
|
| index 6262893755bcd5854f7bc0c0e61a92bc27cc62e0..e83c4c2d83004c04ce58ffbb15a79d8c0833ca4b 100644
|
| --- a/cc/output/overlay_processor.h
|
| +++ b/cc/output/overlay_processor.h
|
| @@ -47,6 +47,7 @@ class CC_EXPORT OverlayProcessor {
|
| void ProcessForOverlays(
|
| ResourceProvider* resource_provider,
|
| RenderPass* root_render_pass,
|
| + bool was_reshaped,
|
| const base::flat_map<int, FilterOperations*>& render_pass_filters,
|
| const base::flat_map<int, FilterOperations*>&
|
| render_pass_background_filters,
|
| @@ -75,6 +76,7 @@ class CC_EXPORT OverlayProcessor {
|
| bool ProcessForDCLayers(
|
| ResourceProvider* resource_provider,
|
| RenderPass* render_pass,
|
| + bool was_reshaped,
|
| const base::flat_map<int, FilterOperations*>& render_pass_filters,
|
| const base::flat_map<int, FilterOperations*>&
|
| render_pass_background_filters,
|
|
|