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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp

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/LayoutTableCellTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
index 93eb941218fcfffd0907ce2fe6a337f328c4d7c7..e8642b60be2e5ac4c164e79a4206feab5a98cac7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
@@ -165,7 +165,7 @@ TEST_F(LayoutTableCellTest, RepaintContentInTableCell) {
// Check that overflow was calculated on the cell.
LayoutBlock* inputBlock = toLayoutBlock(getLayoutObjectByElementId("cell"));
- LayoutRect rect = inputBlock->localOverflowRectForPaintInvalidation();
+ LayoutRect rect = inputBlock->localVisualRect();
EXPECT_EQ(rect, LayoutRect(-1, -1, 24, 24));
}
} // namespace
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTableCell.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTableCol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698