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

Unified Diff: content/renderer/webgraphicscontext3d_provider_impl.h

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: small clarification 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 | « no previous file | content/renderer/webgraphicscontext3d_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webgraphicscontext3d_provider_impl.h
diff --git a/content/renderer/webgraphicscontext3d_provider_impl.h b/content/renderer/webgraphicscontext3d_provider_impl.h
index 5adc7ff3303cf448db50666ecf659948cadb816b..80e491bf62de3dd0b5f39d9715f3baa95268d591 100644
--- a/content/renderer/webgraphicscontext3d_provider_impl.h
+++ b/content/renderer/webgraphicscontext3d_provider_impl.h
@@ -36,6 +36,7 @@ class CONTENT_EXPORT WebGraphicsContext3DProviderImpl
void setLostContextCallback(const base::Closure&) override;
void setErrorMessageCallback(
const base::Callback<void(const char*, int32_t)>&) override;
+ void signalQuery(uint32_t, const base::Closure&) override;
ContextProviderCommandBuffer* context_provider() const {
return provider_.get();
« no previous file with comments | « no previous file | content/renderer/webgraphicscontext3d_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698