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

Unified Diff: services/ui/public/cpp/raster_thread_helper.h

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 5 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
« no previous file with comments | « services/ui/public/cpp/lib/raster_thread_helper.cc ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/raster_thread_helper.h
diff --git a/services/ui/gles2/raster_thread_helper.h b/services/ui/public/cpp/raster_thread_helper.h
similarity index 73%
rename from services/ui/gles2/raster_thread_helper.h
rename to services/ui/public/cpp/raster_thread_helper.h
index b485cd5dffb6b8caf1fe70934e72fc327962c681..8db3e658de9d6b2f01a59bf9dd395d2cedc88dc1 100644
--- a/services/ui/gles2/raster_thread_helper.h
+++ b/services/ui/public/cpp/raster_thread_helper.h
@@ -2,8 +2,8 @@
// 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_
+#ifndef SERVICES_UI_PUBLIC_CPP_RASTER_THREAD_HELPER_H_
+#define SERVICES_UI_PUBLIC_CPP_RASTER_THREAD_HELPER_H_
#include <memory>
@@ -14,7 +14,7 @@ class TaskGraphRunner;
class SingleThreadTaskGraphRunner;
}
-namespace gles2 {
+namespace ui {
class RasterThreadHelper {
public:
@@ -29,6 +29,6 @@ class RasterThreadHelper {
DISALLOW_COPY_AND_ASSIGN(RasterThreadHelper);
};
-} // namespace gles2
+} // namespace ui
-#endif // SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
+#endif // SERVICES_UI_PUBLIC_CPP_RASTER_THREAD_HELPER_H_
« no previous file with comments | « services/ui/public/cpp/lib/raster_thread_helper.cc ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698