| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index eccd9dcc93a303db60148a13fafb4e9e6db01389..1aa6dd70167a6b6bcd5959d80a4afd8d791c59f9 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -99,7 +99,6 @@ GpuProcessTransportFactory::GpuProcessTransportFactory()
|
| : next_surface_id_namespace_(1u),
|
| task_graph_runner_(new cc::SingleThreadTaskGraphRunner),
|
| callback_factory_(this) {
|
| - ui::Layer::InitializeUILayerSettings();
|
| cc::SetClientNameForMetrics("Browser");
|
|
|
| surface_manager_ = make_scoped_ptr(new cc::SurfaceManager);
|
|
|