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

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

Issue 2464053003: Always paint background and shadow separately (Closed)
Patch Set: Rebaseline-cl (invisible pixel changes along shadow edges) (The original Patch Set 2 was removed to get the try result in Patch Set 1) 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/LayoutTableCell.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
index 75f5a01f2d23ddc9e31375b6f55e827be82b1a07..b842de0d1adf12959601e2381e614de54c9f9d27 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
@@ -1356,12 +1356,6 @@ void LayoutTableCell::paintMask(const PaintInfo& paintInfo,
TableCellPainter(*this).paintMask(paintInfo, paintOffset);
}
-bool LayoutTableCell::boxShadowShouldBeAppliedToBackground(
- BackgroundBleedAvoidance,
- const InlineFlowBox*) const {
- return false;
-}
-
void LayoutTableCell::scrollbarsChanged(bool horizontalScrollbarChanged,
bool verticalScrollbarChanged) {
LayoutBlock::scrollbarsChanged(horizontalScrollbarChanged,

Powered by Google App Engine
This is Rietveld 408576698