| Index: cc/output/overlay_processor.h
|
| diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
|
| index e37816c9565658c00778318d6c2c30d07f6e8f81..feba0481b299955800702685aa4906db41de7979 100644
|
| --- a/cc/output/overlay_processor.h
|
| +++ b/cc/output/overlay_processor.h
|
| @@ -25,7 +25,8 @@ class CC_EXPORT OverlayProcessor {
|
| // and adds any additional passes necessary to represent overlays to
|
| // |render_passes_in_draw_order|.
|
| virtual bool Attempt(RenderPassList* render_passes_in_draw_order,
|
| - OverlayCandidateList* candidates) = 0;
|
| + OverlayCandidateList* candidates,
|
| + float device_scale_factor) = 0;
|
| };
|
| typedef ScopedPtrVector<Strategy> StrategyList;
|
|
|
|
|