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

Unified Diff: services/ui/ws/window_finder.cc

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Improved comment 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/ws/window_finder.cc
diff --git a/services/ui/ws/window_finder.cc b/services/ui/ws/window_finder.cc
index 90c11688eddc5a3101596b8b64e766b133bcfb01..7e667520f3b3991d7d821a0a6ac8570d6b4a5616 100644
--- a/services/ui/ws/window_finder.cc
+++ b/services/ui/ws/window_finder.cc
@@ -5,6 +5,7 @@
#include "services/ui/ws/window_finder.h"
#include "base/containers/adapters.h"
+#include "services/ui/surfaces/gpu_compositor_frame_sink.h"
rjkroege 2016/11/21 23:05:36 doesn't seem like anything else changed. do you ne
Fady Samuel 2016/11/22 01:02:23 No, I'm not sure how it got in here. Rebase error?
#include "services/ui/ws/server_window.h"
#include "services/ui/ws/server_window_compositor_frame_sink_manager.h"
#include "services/ui/ws/server_window_delegate.h"

Powered by Google App Engine
This is Rietveld 408576698