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

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

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.cc
diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.cc
similarity index 98%
rename from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
rename to services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.cc
index 920033357036336b4ed0f04bb10336672266e395..28a94ae4d70e18c8d7a530e0d309db994a287bfe 100644
--- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc
+++ b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h"
+#include "services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h"
#include "base/bind.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698