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

Unified Diff: gpu/ipc/client/command_buffer_proxy_impl.h

Issue 2318933005: Validate all flush IDs if the unvalidated list gets too long. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move cleanup 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 | « no previous file | gpu/ipc/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/command_buffer_proxy_impl.h
diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
index 1c60dea1368153d705a2d4eb3ef7249f9a226a2f..b477614572879b27a7ac37296a6c5f5b907f2b5e 100644
--- a/gpu/ipc/client/command_buffer_proxy_impl.h
+++ b/gpu/ipc/client/command_buffer_proxy_impl.h
@@ -209,6 +209,7 @@ class GPU_EXPORT CommandBufferProxyImpl
// Updates the highest verified release fence sync.
void UpdateVerifiedReleases(uint32_t verified_flush);
+ void CleanupFlushedReleases(uint32_t highest_verified_flush_id);
// Try to read an updated copy of the state from shared memory, and calls
// OnGpuStateError() if the new state has an error.
« no previous file with comments | « no previous file | gpu/ipc/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698