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

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

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 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: 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 40344e4d6fe93f53609d33253749487be476c21e..a5fbd594055d28d372308a6638759a75ad6ae3bb 100644
--- a/content/browser/media/capture/aura_window_capture_machine.h
+++ b/content/browser/media/capture/aura_window_capture_machine.h
@@ -25,7 +25,7 @@ namespace device {
class PowerSaveBlocker;
} // namespace device
-namespace display_compositor {
+namespace viz {
class ReadbackYUVInterface;
}
@@ -120,8 +120,7 @@ class AuraWindowCaptureMachine
media::VideoCaptureParams capture_params_;
// YUV readback pipeline.
- std::unique_ptr<display_compositor::ReadbackYUVInterface>
- yuv_readback_pipeline_;
+ std::unique_ptr<viz::ReadbackYUVInterface> yuv_readback_pipeline_;
// Renders mouse cursor on frame.
std::unique_ptr<content::CursorRendererAura> cursor_renderer_;

Powered by Google App Engine
This is Rietveld 408576698