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

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

Issue 899753003: Walk render tree instead of render layers for paint. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
Index: sky/engine/core/rendering/RenderLineBoxList.h
diff --git a/sky/engine/core/rendering/RenderLineBoxList.h b/sky/engine/core/rendering/RenderLineBoxList.h
index 74fad22c0ca335b9d07a65751bef26aa4bb07254..2259ea9c645f02230dc312559f35e233c2b4b56c 100644
--- a/sky/engine/core/rendering/RenderLineBoxList.h
+++ b/sky/engine/core/rendering/RenderLineBoxList.h
@@ -63,7 +63,7 @@ public:
void dirtyLineBoxes();
void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child);
- void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&) const;
+ void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&, Vector<RenderBox*> layers) const;
bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
private:

Powered by Google App Engine
This is Rietveld 408576698