| Index: services/ui/gles2/raster_thread_helper.h
|
| diff --git a/services/ui/gles2/raster_thread_helper.h b/services/ui/gles2/raster_thread_helper.h
|
| deleted file mode 100644
|
| index b485cd5dffb6b8caf1fe70934e72fc327962c681..0000000000000000000000000000000000000000
|
| --- a/services/ui/gles2/raster_thread_helper.h
|
| +++ /dev/null
|
| @@ -1,34 +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.
|
| -
|
| -#ifndef SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
| -#define SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
| -
|
| -#include <memory>
|
| -
|
| -#include "base/macros.h"
|
| -
|
| -namespace cc {
|
| -class TaskGraphRunner;
|
| -class SingleThreadTaskGraphRunner;
|
| -}
|
| -
|
| -namespace gles2 {
|
| -
|
| -class RasterThreadHelper {
|
| - public:
|
| - RasterThreadHelper();
|
| - ~RasterThreadHelper();
|
| -
|
| - cc::TaskGraphRunner* task_graph_runner();
|
| -
|
| - private:
|
| - std::unique_ptr<cc::SingleThreadTaskGraphRunner> task_graph_runner_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(RasterThreadHelper);
|
| -};
|
| -
|
| -} // namespace gles2
|
| -
|
| -#endif // SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
|
|