| Index: cc/output/overlay_processor.h
|
| diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
|
| index e50972e711d70b28ba624d1c14679d58cbfb5da7..8341d130284f0a62b63d3ffcb4e5abfe2e050144 100644
|
| --- a/cc/output/overlay_processor.h
|
| +++ b/cc/output/overlay_processor.h
|
| @@ -29,7 +29,7 @@ class CC_EXPORT OverlayProcessor {
|
| };
|
| typedef ScopedPtrVector<Strategy> StrategyList;
|
|
|
| - OverlayProcessor(OutputSurface* surface, ResourceProvider* resource_provider);
|
| + OverlayProcessor(OutputSurface* surface);
|
| virtual ~OverlayProcessor();
|
| // Virtual to allow testing different strategies.
|
| virtual void Initialize();
|
| @@ -40,7 +40,6 @@ class CC_EXPORT OverlayProcessor {
|
| protected:
|
| StrategyList strategies_;
|
| OutputSurface* surface_;
|
| - ResourceProvider* resource_provider_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(OverlayProcessor);
|
|
|