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

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

Issue 1610783002: mustash: gpu: implement SignalQuery in CommandBufferLocal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run on GPU thread. Created 4 years, 11 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
Index: components/mus/gles2/command_buffer_driver.h
diff --git a/components/mus/gles2/command_buffer_driver.h b/components/mus/gles2/command_buffer_driver.h
index 2176fe389b31fb58904418503c6c14d9f0414ef2..b65a2e22e91fed34865e14c48802108bf50cd4ed 100644
--- a/components/mus/gles2/command_buffer_driver.h
+++ b/components/mus/gles2/command_buffer_driver.h
@@ -87,6 +87,7 @@ class CommandBufferDriver : base::NonThreadSafe {
}
uint32_t GetUnprocessedOrderNum() const;
uint32_t GetProcessedOrderNum() const;
+ void SignalQuery(uint32_t query_id, const base::Closure& callback);
private:
bool MakeCurrent();
« no previous file with comments | « no previous file | components/mus/gles2/command_buffer_driver.cc » ('j') | components/mus/gles2/command_buffer_local.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698