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

Unified Diff: ui/gfx/compositor/test_web_graphics_context_3d.h

Issue 9699125: Chromium implementation of discardBackbuffer WebGraphicsContext3D extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renaming extension for now, so its not mistaken for the standard one Created 8 years, 9 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: ui/gfx/compositor/test_web_graphics_context_3d.h
diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.h b/ui/gfx/compositor/test_web_graphics_context_3d.h
index 796df04dc1593beaa2366ef25f6f70d91a73e84a..0d44d982a54e75911dd851cf4566aa71d1200298 100644
--- a/ui/gfx/compositor/test_web_graphics_context_3d.h
+++ b/ui/gfx/compositor/test_web_graphics_context_3d.h
@@ -57,6 +57,10 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
WebKit::WGC3Denum access);
virtual void unmapTexSubImage2DCHROMIUM(const void* data) {}
virtual void setVisibilityCHROMIUM(bool visible) {}
+ virtual void discardFramebufferEXT(WebKit::WGC3Denum target,
+ WebKit::WGC3Dsizei numAttachments,
+ const WebKit::WGC3Denum* attachments) {}
+ virtual void ensureFramebufferCHROMIUM() {}
virtual void setMemoryAllocationChangedCallbackCHROMIUM(
WebGraphicsMemoryAllocationChangedCallbackCHROMIUM*) { }
virtual WebKit::WebString getRequestableExtensionsCHROMIUM();
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698