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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 10782005: Add a shallow command buffer flush that doesn't glFlush (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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.h
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 1be900ebf27f57d92409667fb048435c71581e23..c363e665926b9b4a879d9ab3986b89e41d2b9b1e 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -478,6 +478,9 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
const WGC3Dchar* uniform);
+ // CHROMIUM_shallow_flush only applies to contexts that use the command_buffer
nduca 2012/07/18 06:13:06 // Comments are complete sentences that end with p
brianderson 2012/07/19 03:29:44 Fixed for next patch set.
+ virtual void shallowFlushCHROMIUM() { }
+
protected:
virtual GrGLInterface* onCreateGrGLInterface();

Powered by Google App Engine
This is Rietveld 408576698