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

Unified Diff: cc/output/bsp_walk_action.h

Issue 2680203005: cc: Use DrawingFrame as state, not function argument (Closed)
Patch Set: Add reset Created 3 years, 10 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/bsp_walk_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/bsp_walk_action.h
diff --git a/cc/output/bsp_walk_action.h b/cc/output/bsp_walk_action.h
index 3f605dabbdf81f13e5d1c2937520c538214baa9a..a3d26a57b06411e502c645585e997df84436f8f1 100644
--- a/cc/output/bsp_walk_action.h
+++ b/cc/output/bsp_walk_action.h
@@ -25,13 +25,11 @@ class CC_EXPORT BspWalkActionDrawPolygon : public BspWalkAction {
void operator()(DrawPolygon* item) override;
BspWalkActionDrawPolygon(DirectRenderer* renderer,
- DirectRenderer::DrawingFrame* frame,
const gfx::Rect& render_pass_scissor,
bool using_scissor_as_optimization);
private:
DirectRenderer* renderer_;
- DirectRenderer::DrawingFrame* frame_;
const gfx::Rect& render_pass_scissor_;
bool using_scissor_as_optimization_;
};
« no previous file with comments | « no previous file | cc/output/bsp_walk_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698