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

Unified Diff: components/exo/buffer.h

Issue 2452523002: exo: Add zcr_linux_explicit_synchronization_v1
Patch Set: Created 4 years, 2 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 | « AUTHORS ('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 42df36ebd80dcfa9358430c7cb10b1e9e082a9eb..6b80c373b308b04a505e1ea5c8e570c2a85a3a97 100644
--- a/components/exo/buffer.h
+++ b/components/exo/buffer.h
@@ -24,6 +24,7 @@ class TextureMailbox;
}
namespace gfx {
+class GpuFence;
class GpuMemoryBuffer;
}
@@ -59,6 +60,7 @@ class Buffer : public base::SupportsWeakPtr<Buffer> {
// |non_client_usage| is true.
std::unique_ptr<cc::SingleReleaseCallback> ProduceTextureMailbox(
cc::TextureMailbox* mailbox,
+ gfx::GpuFence* fence,
bool secure_output_only,
bool client_usage);
« no previous file with comments | « AUTHORS ('k') | components/exo/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698