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

Unified Diff: Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h

Issue 14892005: [CSS Exclusions] ExclusionShape bounding box methods should return LayoutRects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reverted LineSegment logicalLeft,Right type change Created 7 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/exclusions/ExclusionShapeInsideInfo.h
diff --git a/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h b/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h
index abaa5a886e8c48fd055c49741b72a0dd98d4aa38..ab60456bf9c2feea9201dcb4aeef510ff61b01fb 100644
--- a/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h
+++ b/Source/core/rendering/exclusions/ExclusionShapeInsideInfo.h
@@ -96,7 +96,7 @@ public:
bool needsLayout() { return m_needsLayout; }
protected:
- virtual FloatRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapePaddingLogicalBoundingBox(); }
+ virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapePaddingLogicalBoundingBox(); }
private:
ExclusionShapeInsideInfo(const RenderBlock* renderer)
« no previous file with comments | « Source/core/rendering/exclusions/ExclusionShapeInfo.cpp ('k') | Source/core/rendering/exclusions/ExclusionShapeInsideInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698