| Index: ui/android/window_android_compositor.cc
|
| diff --git a/ui/android/window_android_compositor.cc b/ui/android/window_android_compositor.cc
|
| deleted file mode 100644
|
| index 3fb53ead0d63751048d79d8de02ab9dea37edb9d..0000000000000000000000000000000000000000
|
| --- a/ui/android/window_android_compositor.cc
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -//
|
| -#include "ui/android/window_android_compositor.h"
|
| -
|
| -#include "base/lazy_instance.h"
|
| -#include "cc/layers/layer_settings.h"
|
| -
|
| -namespace ui {
|
| -
|
| -namespace {
|
| -base::LazyInstance<cc::LayerSettings> g_layer_settings =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| -} // anonymous namespace
|
| -
|
| -// static
|
| -const cc::LayerSettings& WindowAndroidCompositor::LayerSettings() {
|
| - return g_layer_settings.Get();
|
| -}
|
| -
|
| -// static
|
| -void WindowAndroidCompositor::SetLayerSettings(
|
| - const cc::LayerSettings& settings) {
|
| - g_layer_settings.Get() = settings;
|
| -}
|
| -
|
| -} // namespace ui
|
|
|