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

Unified Diff: content/browser/renderer_host/delegated_frame_host.h

Issue 1902463002: Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove bot changes. Will do in a separate CL 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
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 58faa7301f421b66a055a5d7d838fd29f747b34c..183265968c7274d4d27f72d56c622c57d159a88e 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -40,10 +40,13 @@ namespace media {
class VideoFrame;
}
+namespace display_compositor {
+class ReadbackYUVInterface;
+}
+
namespace content {
class DelegatedFrameHost;
-class ReadbackYUVInterface;
class RenderWidgetHostViewFrameSubscriber;
class RenderWidgetHostImpl;
class ResizeLock;
@@ -315,7 +318,8 @@ class CONTENT_EXPORT DelegatedFrameHost
request_copy_of_output_callback_for_testing_;
// YUV readback pipeline.
- std::unique_ptr<content::ReadbackYUVInterface> yuv_readback_pipeline_;
+ std::unique_ptr<display_compositor::ReadbackYUVInterface>
+ yuv_readback_pipeline_;
std::unique_ptr<DelegatedFrameEvictor> delegated_frame_evictor_;
};
« 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