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

Unified Diff: Source/core/rendering/RenderBox.h

Issue 264183002: RAL: Eliminate n^2 walk to find repaint containers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix for SVG Created 6 years, 7 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: Source/core/rendering/RenderBox.h
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
index 3c834aa590e328ed30a9e575ec9a9c2a7879168b..410631b83f2b4413e883643436fce066bfb1fa1e 100644
--- a/Source/core/rendering/RenderBox.h
+++ b/Source/core/rendering/RenderBox.h
@@ -617,7 +617,7 @@ public:
removeFloatingOrPositionedChildFromBlockLists();
}
- virtual void repaintTreeAfterLayout() OVERRIDE;
+ virtual void repaintTreeAfterLayout(RenderLayerModelObject& repaintContainer) OVERRIDE;
protected:
virtual void willBeDestroyed() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698