| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 3975e61e2be5fd23e5e4b22932c4d856dc00d776..44f39854b1796e6457ed232458a34153c320b5b9 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -483,10 +483,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| Proxy* proxy_;
|
|
|
| private:
|
| - void CreateAndSetRenderer(
|
| - OutputSurface* output_surface,
|
| - ResourceProvider* resource_provider,
|
| - bool skip_gl_renderer);
|
| + void CreateAndSetRenderer(OutputSurface* output_surface,
|
| + ResourceProvider* resource_provider);
|
| void CreateAndSetTileManager(ResourceProvider* resource_provider,
|
| ContextProvider* context_provider,
|
| bool use_zero_copy,
|
|
|