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

Unified Diff: third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.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
Index: third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h
diff --git a/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h b/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h
index 48cc2826807c08ab5c3cf83fc963dcd805182f56..18fff934e5d67c8a4a552eafd0254620393ab8b0 100644
--- a/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h
+++ b/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h
@@ -33,6 +33,7 @@ class FakeWebGraphicsContext3DProvider : public WebGraphicsContext3DProvider {
void setLostContextCallback(const base::Closure&) override {}
void setErrorMessageCallback(
const base::Callback<void(const char*, int32_t id)>&) {}
+ void signalQuery(uint32_t, const base::Closure&) override {}
private:
gpu::gles2::GLES2Interface* m_gl;

Powered by Google App Engine
This is Rietveld 408576698