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

Unified Diff: content/browser/renderer_host/delegated_frame_host.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/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index a795eadd901d3f0af3f2985761324afb332b605d..6cb7a4986418b162567bcb0e83ca8050c4a89cd4 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -41,7 +41,7 @@ namespace media {
class VideoFrame;
}
-namespace display_compositor {
+namespace viz {
class ReadbackYUVInterface;
}
@@ -312,8 +312,7 @@ class CONTENT_EXPORT DelegatedFrameHost
request_copy_of_output_callback_for_testing_;
// YUV readback pipeline.
- std::unique_ptr<display_compositor::ReadbackYUVInterface>
- yuv_readback_pipeline_;
+ std::unique_ptr<viz::ReadbackYUVInterface> yuv_readback_pipeline_;
bool needs_begin_frame_ = false;
uint32_t latest_confirmed_begin_frame_source_id_ = 0;
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698