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

Unified Diff: cc/output/gl_renderer.h

Issue 18582003: Removed GLRenderer::DrawTextureQuad which has been unused for a while. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 7226ad63063300c2e8f2a67b8c00d28d498b1b34..6ad49613dbfb085b77f7eb9b4e91a46beeb29ee1 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -138,7 +138,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
const SolidColorDrawQuad* quad);
void DrawStreamVideoQuad(const DrawingFrame* frame,
const StreamVideoDrawQuad* quad);
- void DrawTextureQuad(const DrawingFrame* frame, const TextureDrawQuad* quad);
void EnqueueTextureQuad(const DrawingFrame* frame,
const TextureDrawQuad* quad);
void FlushTextureQuadCache();
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698