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

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: New naming: discardFramebufferEXT and ensureFramebufferCHROMIUM 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 d7d1dc661f7863e13ddac54f157122086690bafa..527bb10928ccba8e8eaff33e6711929fe58d91c6 100644
--- a/ui/gfx/compositor/test_web_graphics_context_3d.h
+++ b/ui/gfx/compositor/test_web_graphics_context_3d.h
@@ -57,6 +57,8 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
WebKit::WGC3Denum access);
virtual void unmapTexSubImage2DCHROMIUM(const void* data) {}
virtual void setVisibilityCHROMIUM(bool visible) {}
+ virtual void discardFramebufferEXT() {}
+ virtual void ensureFramebufferCHROMIUM() {}
virtual void setMemoryAllocationChangedCallbackCHROMIUM(
WebGraphicsMemoryAllocationChangedCallbackCHROMIUM*) { }
virtual WebKit::WebString getRequestableExtensionsCHROMIUM();

Powered by Google App Engine
This is Rietveld 408576698