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

Unified Diff: sky/engine/core/rendering/RenderView.h

Issue 899753003: Walk render tree instead of render layers for paint. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: address review comments Created 5 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 | « sky/engine/core/rendering/RenderText.h ('k') | sky/engine/core/rendering/RenderView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderView.h
diff --git a/sky/engine/core/rendering/RenderView.h b/sky/engine/core/rendering/RenderView.h
index f742e162e43867cbea59667848c7d0d2fe1c8139..f3f40bf034e81e2e3b866858129d205bb1ce7a68 100644
--- a/sky/engine/core/rendering/RenderView.h
+++ b/sky/engine/core/rendering/RenderView.h
@@ -68,7 +68,7 @@ public:
FrameView* frameView() const { return m_frameView; }
- virtual void paint(PaintInfo&, const LayoutPoint&) override;
+ virtual void paint(PaintInfo&, const LayoutPoint&, Vector<RenderBox*>& layers) override;
virtual void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&) override;
void setSelection(RenderObject* start, int startPos, RenderObject*, int endPos);
« no previous file with comments | « sky/engine/core/rendering/RenderText.h ('k') | sky/engine/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698