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

Unified Diff: components/mus/common/gpu_type_converters.cc

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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/mus/common/gpu_type_converters.cc
diff --git a/components/mus/gpu/gpu_type_converters.cc b/components/mus/common/gpu_type_converters.cc
similarity index 98%
rename from components/mus/gpu/gpu_type_converters.cc
rename to components/mus/common/gpu_type_converters.cc
index 80bf4d9f4db7505d24ecee8b29bbedeb106079d7..9fdc622b10a418ff551e166ddef48095e77ed427 100644
--- a/components/mus/gpu/gpu_type_converters.cc
+++ b/components/mus/common/gpu_type_converters.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 "components/mus/gpu/gpu_type_converters.h"
+#include "components/mus/common/gpu_type_converters.h"
#include "build/build_config.h"
#include "ipc/ipc_channel_handle.h"

Powered by Google App Engine
This is Rietveld 408576698