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

Unified Diff: content/renderer/pepper/ppb_graphics_3d_impl.h

Issue 782583003: List sync points to wait on in AsyncFlush message Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/gpu/gpu_messages.h ('k') | content/renderer/pepper/ppb_graphics_3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/ppb_graphics_3d_impl.h
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h
index 5fcd1638a7bb8812f6b4fab90cd0e438ad2ef606..5e2acd240e537518bb92c835295e7822df9764ea 100644
--- a/content/renderer/pepper/ppb_graphics_3d_impl.h
+++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
@@ -36,7 +36,8 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
scoped_refptr<gpu::Buffer> CreateTransferBuffer(uint32_t size,
int32* id) override;
PP_Bool DestroyTransferBuffer(int32_t id) override;
- PP_Bool Flush(int32_t put_offset) override;
+ PP_Bool Flush(int32_t put_offset,
+ const std::vector<uint32>& sync_points) override;
gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
int32_t end) override;
gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/renderer/pepper/ppb_graphics_3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698