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

Unified Diff: cc/CCRendererGL.h

Issue 10918258: Add CC software renderer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gladapter
Patch Set: Fix license headers Created 8 years, 3 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 | « cc/CCLayerTreeHostImpl.cpp ('k') | cc/CCRendererGL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRendererGL.h
diff --git a/cc/CCRendererGL.h b/cc/CCRendererGL.h
index 400a8d3dabb72693254a27cb84befc2d45b5a7dd..e7c14eaed79356c2073c6080c063380073bc327b 100644
--- a/cc/CCRendererGL.h
+++ b/cc/CCRendererGL.h
@@ -86,6 +86,7 @@ protected:
virtual void drawQuad(DrawingFrame&, const CCDrawQuad*) OVERRIDE;
virtual void beginDrawingFrame(DrawingFrame&) OVERRIDE;
virtual void finishDrawingFrame(DrawingFrame&) OVERRIDE;
+ virtual bool flippedFramebuffer() const OVERRIDE;
private:
static void toGLMatrix(float*, const WebKit::WebTransformationMatrix&);
« no previous file with comments | « cc/CCLayerTreeHostImpl.cpp ('k') | cc/CCRendererGL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698