Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(751)

Unified Diff: components/view_manager/gles2/raster_thread_helper.h

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/view_manager/gles2/raster_thread_helper.h
diff --git a/components/view_manager/gles2/raster_thread_helper.h b/components/view_manager/gles2/raster_thread_helper.h
deleted file mode 100644
index 4da58012cc10e7128576449562205289ad63fa8b..0000000000000000000000000000000000000000
--- a/components/view_manager/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 COMPONENTS_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
-#define COMPONENTS_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
-
-#include "base/memory/scoped_ptr.h"
-
-namespace cc {
-class TaskGraphRunner;
-}
-
-namespace gles2 {
-
-class RasterThreadHelper {
- public:
- RasterThreadHelper();
- ~RasterThreadHelper();
-
- cc::TaskGraphRunner* task_graph_runner() { return task_graph_runner_.get(); }
-
- private:
- class RasterThread;
-
- scoped_ptr<cc::TaskGraphRunner> task_graph_runner_;
- scoped_ptr<RasterThread> raster_thread_;
-
- DISALLOW_COPY_AND_ASSIGN(RasterThreadHelper);
-};
-
-} // namespace gles2
-
-#endif // COMPONENTS_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
« no previous file with comments | « components/view_manager/gles2/mojo_gpu_memory_buffer_manager.cc ('k') | components/view_manager/gles2/raster_thread_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698