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

Unified Diff: components/mus/gles2/command_buffer_impl.h

Issue 1460833002: gpu: Implement the new fence syncs in mojo command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 5 years, 1 month 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/mus/gles2/command_buffer_driver.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_impl.h
diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h
index aa237da41a2294582fd1acac47606a6f15d47c1a..c0f920da6353b7ba0b0594c6e391ab8462a1e967 100644
--- a/components/mus/gles2/command_buffer_impl.h
+++ b/components/mus/gles2/command_buffer_impl.h
@@ -66,7 +66,7 @@ class CommandBufferImpl : public mojom::CommandBuffer {
mojo::ScopedSharedBufferHandle shared_state,
mojo::Array<int32_t> attribs);
bool SetGetBufferHelper(int32_t buffer);
- bool FlushHelper(int32_t put_offset);
+ bool FlushHelper(int32_t put_offset, uint32_t order_num);
bool MakeProgressHelper(int32_t last_get_offset);
bool RegisterTransferBufferHelper(
int32_t id,
« no previous file with comments | « components/mus/gles2/command_buffer_driver.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698