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

Unified Diff: third_party/WebKit/Source/core/layout/PaintInvalidationState.h

Issue 2575423003: Fix geometry mapping issues for float under inline (Closed)
Patch Set: SVG floating Created 3 years, 11 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: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
index cded175231770af391231c2c379f27525f97814b..c887b12491f48dc9a30370726236b82c799efe1d 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
@@ -108,6 +108,8 @@ class CORE_EXPORT PaintInvalidationState {
friend class VisualRectMappingTest;
friend class PaintInvalidatorContextAdapter;
+ inline PaintLayer& childPaintingLayer(const LayoutObject& child) const;
+
void mapLocalRectToPaintInvalidationContainer(LayoutRect&) const;
void updateForCurrentObject(const PaintInvalidationState& parentState);

Powered by Google App Engine
This is Rietveld 408576698