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

Unified Diff: cc/direct_renderer.h

Issue 11415161: Texture Draw Calls Coalescing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved { to line above Created 8 years, 1 month 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/direct_renderer.h
diff --git a/cc/direct_renderer.h b/cc/direct_renderer.h
index c22c1a19228cacc4d1a4adb0b5639c9fbb5e58fe..da82f49e12a567552db819d1c03f2cb7cd9802d4 100644
--- a/cc/direct_renderer.h
+++ b/cc/direct_renderer.h
@@ -93,6 +93,7 @@ protected:
virtual void drawQuad(DrawingFrame&, const DrawQuad*) = 0;
virtual void beginDrawingFrame(DrawingFrame&) = 0;
virtual void finishDrawingFrame(DrawingFrame&) = 0;
+ virtual void finishDrawingQuadList();
virtual bool flippedFramebuffer() const = 0;
virtual void ensureScissorTestEnabled() = 0;
virtual void ensureScissorTestDisabled() = 0;
« no previous file with comments | « cc/cc.gyp ('k') | cc/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698