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

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

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.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
index 41aa838b0072e3f81128caa65bd22652ee9b56c8..6ce3209bf396e44e4c80f27cb087251db698acdd 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -351,10 +351,6 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
const LayoutPoint&) const override;
void paintMask(const PaintInfo&, const LayoutPoint&) const override;
- bool boxShadowShouldBeAppliedToBackground(
- BackgroundBleedAvoidance,
- const InlineFlowBox*) const override;
-
LayoutSize offsetFromContainer(const LayoutObject*) const override;
LayoutRect localVisualRect() const override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutImage.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698