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

Unified Diff: services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h

Issue 2511143004: mus: Split the gpu client-lib into a separate component. (Closed)
Patch Set: . Created 4 years, 1 month 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: services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
similarity index 91%
rename from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
rename to services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
index 1346ff584a046bf9bf9851ea1a7447a9e3b912db..a727d891aca9ce148000078b3634964de88a1cd7 100644
--- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
+++ b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.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_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
-#define SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#define SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
#include <memory>
#include <vector>
@@ -69,4 +69,4 @@ class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
} // namespace ui
-#endif // SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
+#endif // SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698