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

Unified Diff: services/ui/ws/gpu_host_delegate.h

Issue 2559183003: mus: More gpu-related renames. (Closed)
Patch Set: . Created 4 years 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/ws/gpu_host.cc ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_host_delegate.h
diff --git a/services/ui/ws/gpu_service_proxy_delegate.h b/services/ui/ws/gpu_host_delegate.h
similarity index 87%
rename from services/ui/ws/gpu_service_proxy_delegate.h
rename to services/ui/ws/gpu_host_delegate.h
index c7b5a94176668172d8075be3f5324715bec1df38..8ff24297285b20e542852f7f26c6efe23ebc3aa0 100644
--- a/services/ui/ws/gpu_service_proxy_delegate.h
+++ b/services/ui/ws/gpu_host_delegate.h
@@ -10,9 +10,9 @@
namespace ui {
namespace ws {
-class GpuServiceProxyDelegate {
+class GpuHostDelegate {
public:
- virtual ~GpuServiceProxyDelegate() {}
+ virtual ~GpuHostDelegate() {}
virtual void OnGpuServiceInitialized() = 0;
};
« no previous file with comments | « services/ui/ws/gpu_host.cc ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698