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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.cc

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: webkit/gpu/webgraphicscontext3d_in_process_impl.cc
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
index 25b4559a29985c3ea673b9d3836bb8e956bc487f..3beb799cf8cc86a312a620d3e874e7639acde3bc 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -729,6 +729,12 @@ void WebGraphicsContext3DInProcessImpl::unmapTexSubImage2DCHROMIUM(
void WebGraphicsContext3DInProcessImpl::setVisibilityCHROMIUM(bool visible) {
}
+void WebGraphicsContext3DInProcessImpl::discardFramebufferEXT() {
+}
+
+void WebGraphicsContext3DInProcessImpl::ensureFramebufferCHROMIUM() {
+}
+
void WebGraphicsContext3DInProcessImpl::copyTextureToParentTextureCHROMIUM(
WebGLId id, WebGLId id2) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698