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

Unified Diff: services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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: services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
similarity index 95%
rename from components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
rename to services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
index 80bb15197df16cc2cd5cf7e52c73969d45e8ad6f..2c24c8b447dc83f909e2811d961cb99e9b4b146c 100644
--- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
+++ b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/gpu/display_compositor/compositor_frame_sink_impl.h"
+#include "services/ui/gpu/display_compositor/compositor_frame_sink_impl.h"
#include "cc/ipc/compositor_frame.mojom.h"
#include "cc/surfaces/surface_factory.h"
-#include "components/mus/gpu/display_compositor/compositor_frame_sink_delegate.h"
+#include "services/ui/gpu/display_compositor/compositor_frame_sink_delegate.h"
namespace mus {
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698