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

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

Issue 2051703002: Implement closed shadow adjustment for Element.offsetParent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename functions, update comment Created 4 years, 6 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/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index 99d044640dc687757763772648f91944d761ab50..39d278b485866ad21bf74b3fe0b9b3517897a5e7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -304,7 +304,7 @@ public:
protected:
void willBeDestroyed() override;
- LayoutPoint adjustedPositionRelativeToOffsetParent(const LayoutPoint&) const;
+ LayoutPoint adjustedPositionRelativeToUnclosedOffsetParent(const LayoutPoint&) const;
bool calculateHasBoxDecorations() const;

Powered by Google App Engine
This is Rietveld 408576698