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

Unified Diff: content/public/browser/android/synchronous_compositor.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/android/synchronous_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/synchronous_compositor.h
diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
index 4231a2d08caf8643ce188d93c4744e9d93e33634..5b8b72328f5d55ff681c725f1c29db00564eca41 100644
--- a/content/public/browser/android/synchronous_compositor.h
+++ b/content/public/browser/android/synchronous_compositor.h
@@ -52,7 +52,7 @@ class CONTENT_EXPORT SynchronousCompositor {
Frame(Frame&& rhs);
Frame& operator=(Frame&& rhs);
- uint32_t output_surface_id;
+ uint32_t compositor_frame_sink_id;
std::unique_ptr<cc::CompositorFrame> frame;
private:
@@ -78,7 +78,7 @@ class CONTENT_EXPORT SynchronousCompositor {
// For delegated rendering, return resources from parent compositor to this.
// Note that all resources must be returned before ReleaseHwDraw.
- virtual void ReturnResources(uint32_t output_surface_id,
+ virtual void ReturnResources(uint32_t compositor_frame_sink_id,
const cc::ReturnedResourceArray& resources) = 0;
// "On demand" SW draw, into the supplied canvas (observing the transform
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/android/synchronous_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698