| Index: services/ui/ws/gpu_service_proxy_delegate.h
|
| diff --git a/services/ui/ws/gpu_service_proxy_delegate.h b/services/ui/ws/gpu_service_proxy_delegate.h
|
| deleted file mode 100644
|
| index c7b5a94176668172d8075be3f5324715bec1df38..0000000000000000000000000000000000000000
|
| --- a/services/ui/ws/gpu_service_proxy_delegate.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2016 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.
|
| -
|
| -#ifndef SERVICES_UI_WS_GPU_SERVICE_PROXY_DELEGATEH_
|
| -#define SERVICES_UI_WS_GPU_SERVICE_PROXY_DELEGATEH_
|
| -
|
| -#include "base/memory/ref_counted.h"
|
| -
|
| -namespace ui {
|
| -namespace ws {
|
| -
|
| -class GpuServiceProxyDelegate {
|
| - public:
|
| - virtual ~GpuServiceProxyDelegate() {}
|
| -
|
| - virtual void OnGpuServiceInitialized() = 0;
|
| -};
|
| -
|
| -} // namespace ws
|
| -} // namespace ui
|
| -
|
| -#endif // SERVICES_UI_WS_GPU_SERVICE_PROXY_DELEGATEH_
|
|
|