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

Unified Diff: cc/direct_renderer.h

Issue 11378004: Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabled in GlRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | cc/gl_renderer.h » ('j') | cc/gl_renderer.cc » ('J')
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 ffc41cadec842690833053ba643ca31681636ab8..df15856fbb336a6c69d2eb6329acc856b1095dd4 100644
--- a/cc/direct_renderer.h
+++ b/cc/direct_renderer.h
@@ -87,7 +87,6 @@ protected:
virtual bool bindFramebufferToTexture(DrawingFrame&, const ScopedTexture*, const gfx::Rect& framebufferRect) = 0;
virtual void setDrawViewportSize(const gfx::Size&) = 0;
virtual void enableScissorTestRect(const gfx::Rect& scissorRect) = 0;
- virtual void disableScissorTest() = 0;
virtual void clearFramebuffer(DrawingFrame&) = 0;
virtual void drawQuad(DrawingFrame&, const DrawQuad*) = 0;
virtual void beginDrawingFrame(DrawingFrame&) = 0;
« no previous file with comments | « no previous file | cc/gl_renderer.h » ('j') | cc/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698