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

Unified Diff: components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.cc

Issue 2021473002: Move display_compositor impls to components/mus/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file 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/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
diff --git a/components/mus/surfaces/compositor_frame_sink_factory_impl.cc b/components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
similarity index 89%
rename from components/mus/surfaces/compositor_frame_sink_factory_impl.cc
rename to components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
index 40d48d6b1c067ac8612e68497236a934a25aa3b3..5c52940a984baa98e69a195e7279378695975e8b 100644
--- a/components/mus/surfaces/compositor_frame_sink_factory_impl.cc
+++ b/components/mus/gpu/display_compositor/compositor_frame_sink_factory_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/surfaces/compositor_frame_sink_factory_impl.h"
+#include "components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h"
#include "base/memory/ptr_util.h"
#include "cc/surfaces/surface_id.h"
-#include "components/mus/surfaces/compositor_frame_sink_impl.h"
+#include "components/mus/gpu/display_compositor/compositor_frame_sink_impl.h"
namespace mus {
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698