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

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

Issue 271803002: [RAL] Fix nested non-composited RenderView repainting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Proposed fix 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/RenderView.h
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
index d439b84be1b5234a4f3d8cbfe570f444989d9fd4..8d4baa0590cfa7be8792cedb13972672de401515 100644
--- a/Source/core/rendering/RenderView.h
+++ b/Source/core/rendering/RenderView.h
@@ -209,6 +209,8 @@ private:
virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
+ virtual void repaintTreeAfterLayout(const RenderLayerModelObject& repaintContainer) OVERRIDE FINAL;
+
bool shouldRepaint(const LayoutRect&) const;
bool rootFillsViewportBackground(RenderBox* rootBox) const;

Powered by Google App Engine
This is Rietveld 408576698