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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableSection.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/LayoutTableSection.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
index a4478815abe948d75580625ce3ecdb516921fe5a..5c0b9f709abc48d4a51a338860def83cb4f00e89 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
@@ -296,9 +296,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
// columnPos vectors.
LayoutRect logicalRectForWritingModeAndDirection(const LayoutRect&) const;
- CellSpan dirtiedRows(const LayoutRect& paintInvalidationRect) const;
- CellSpan dirtiedEffectiveColumns(
- const LayoutRect& paintInvalidationRect) const;
+ CellSpan dirtiedRows(const LayoutRect& visualRect) const;
+ CellSpan dirtiedEffectiveColumns(const LayoutRect& visualRect) const;
const HashSet<LayoutTableCell*>& overflowingCells() const {
return m_overflowingCells;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTableCol.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698