diff options
Diffstat (limited to 'cc/trees/layer_tree_host_impl.h')
-rw-r--r-- | cc/trees/layer_tree_host_impl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index 3975e61..44f3985 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, |