| 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 3df9913ba2d017772f36710b5a89360da282597c..9b8ddd01a24314a82e0fd62e0c4fde5db0b00f18 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -481,10 +481,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,
|
|
|