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

Unified Diff: third_party/WebKit/public/platform/WebGraphicsContext3DProvider.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 | « third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h
diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h b/third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h
index d2ebba7eed413996906e02c23087672d7c4a61f7..8a7d8c31fb57302e420093b385c151c4b6a360de 100644
--- a/third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h
+++ b/third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h
@@ -61,6 +61,7 @@ class WebGraphicsContext3DProvider {
virtual void setLostContextCallback(const base::Closure&) = 0;
virtual void setErrorMessageCallback(
const base::Callback<void(const char* msg, int32_t id)>&) = 0;
+ virtual void signalQuery(uint32_t, const base::Closure&) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698