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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase Created 4 years, 3 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 3d35d23b9652eb690b2094132ae2a7e7ab6defee..fced42e2c4c6059ad5064b9353bcd80366049620 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -66,7 +66,7 @@ class Thread;
namespace cc {
class ContextProvider;
class ImageSerializationProcessor;
-class OutputSurface;
+class CompositorFrameSink;
class TaskGraphRunner;
}
@@ -231,7 +231,7 @@ class CONTENT_EXPORT RenderThreadImpl
// time this routine returns.
scoped_refptr<gpu::GpuChannelHost> EstablishGpuChannelSync();
- std::unique_ptr<cc::OutputSurface> CreateCompositorOutputSurface(
+ std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink(
bool use_software,
int routing_id,
scoped_refptr<FrameSwapMessageQueue> frame_swap_message_queue,

Powered by Google App Engine
This is Rietveld 408576698