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

Unified Diff: components/exo/buffer.h

Issue 2868473002: Implement aura::Window::CreateCompositorFrameSink() (Closed)
Patch Set: Address review issues 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
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/buffer.h
diff --git a/components/exo/buffer.h b/components/exo/buffer.h
index b97011e99fa53913932aba54f9c013b4bc6ba512..54097d315fb04355d6dee409b87cf6bca0f6a317 100644
--- a/components/exo/buffer.h
+++ b/components/exo/buffer.h
@@ -124,11 +124,6 @@ class Buffer : public base::SupportsWeakPtr<Buffer> {
// The client release callback.
base::Closure release_callback_;
- // CompositorFrameSinkHolder instance that needs to be kept alive to receive
- // a release callback when the last produced transferable resource is no
- // longer in use.
- scoped_refptr<CompositorFrameSinkHolder> compositor_frame_sink_holder_;
-
// Cancelable release contents callback. This is set when a release callback
// is pending.
base::CancelableClosure release_contents_callback_;
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698