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

Unified Diff: content/browser/media/capture/aura_window_capture_machine.h

Issue 1904773004: Revert of Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « content/browser/media/capture/DEPS ('k') | content/browser/media/capture/aura_window_capture_machine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/aura_window_capture_machine.h
diff --git a/content/browser/media/capture/aura_window_capture_machine.h b/content/browser/media/capture/aura_window_capture_machine.h
index 84a6ba25a4ff1b4d96a2aa07609ec5e75bdfec18..70aad807b8023eedf0756f280a858698f384315a 100644
--- a/content/browser/media/capture/aura_window_capture_machine.h
+++ b/content/browser/media/capture/aura_window_capture_machine.h
@@ -22,13 +22,10 @@
} // namespace cc
-namespace display_compositor {
-class ReadbackYUVInterface;
-}
-
namespace content {
class PowerSaveBlocker;
+class ReadbackYUVInterface;
class AuraWindowCaptureMachine
: public media::VideoCaptureMachine,
@@ -117,8 +114,7 @@
media::VideoCaptureParams capture_params_;
// YUV readback pipeline.
- std::unique_ptr<display_compositor::ReadbackYUVInterface>
- yuv_readback_pipeline_;
+ std::unique_ptr<content::ReadbackYUVInterface> yuv_readback_pipeline_;
// Renders mouse cursor on frame.
std::unique_ptr<content::CursorRendererAura> cursor_renderer_;
« no previous file with comments | « content/browser/media/capture/DEPS ('k') | content/browser/media/capture/aura_window_capture_machine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698