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

Unified Diff: ui/aura/mus/window_compositor_frame_sink.cc

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Rebase, addressing feedback, removing some unneded imports/deps. 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
« no previous file with comments | « ui/aura/mus/window_compositor_frame_sink.h ('k') | ui/aura/mus/window_port_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_compositor_frame_sink.cc
diff --git a/services/ui/public/cpp/window_compositor_frame_sink.cc b/ui/aura/mus/window_compositor_frame_sink.cc
similarity index 95%
copy from services/ui/public/cpp/window_compositor_frame_sink.cc
copy to ui/aura/mus/window_compositor_frame_sink.cc
index 9cd9e2803cb281bb461a750d0ff96b4b31191722..cab7789454ce9220443316fe66dd1e17b1a8bf1c 100644
--- a/services/ui/public/cpp/window_compositor_frame_sink.cc
+++ b/ui/aura/mus/window_compositor_frame_sink.cc
@@ -2,15 +2,13 @@
// 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/window_compositor_frame_sink.h"
+#include "ui/aura/mus/window_compositor_frame_sink.h"
#include "base/bind.h"
-#include "cc/output/compositor_frame.h"
#include "cc/output/compositor_frame_sink_client.h"
#include "gpu/ipc/client/gpu_channel_host.h"
-#include "services/ui/public/cpp/gpu_service.h"
-namespace ui {
+namespace aura {
// static
std::unique_ptr<WindowCompositorFrameSink> WindowCompositorFrameSink::Create(
@@ -111,4 +109,4 @@ WindowCompositorFrameSinkBinding::WindowCompositorFrameSinkBinding(
: compositor_frame_sink_request_(std::move(compositor_frame_sink_request)),
compositor_frame_sink_client_(std::move(compositor_frame_sink_client)) {}
-} // namespace ui
+} // namespace aura
« no previous file with comments | « ui/aura/mus/window_compositor_frame_sink.h ('k') | ui/aura/mus/window_port_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698