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

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

Issue 2465983002: Rename "paint invalidation rect" etc. to "visual rect". (Closed)
Patch Set: - Created 4 years, 1 month 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 50f69118e2d7629b70ce5cda9e9309ed16c2c712..64eba3a09ac2eef5a55ad93d721681b8de171507 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -867,7 +867,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
bool needsForcedBreakBefore(EBreak previousBreakAfterValue) const;
bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
- LayoutRect localOverflowRectForPaintInvalidation() const override;
+ LayoutRect localVisualRect() const override;
bool mapToVisualRectInAncestorSpace(
const LayoutBoxModelObject* ancestor,
LayoutRect&,
@@ -1273,7 +1273,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
TransformState&,
MapCoordinatesFlags) const override;
- void clearPreviousPaintInvalidationRects() override;
+ void clearPreviousVisualRects() override;
LayoutBlock* percentHeightContainer() const {
return m_rareData ? m_rareData->m_percentHeightContainer : nullptr;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698