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

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.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/api/LineLayoutBoxModel.h
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
index 1b62f7572b23e81ffd3341d869ddb2fb7dec2345..ed9d59558cf1d4e1578e8adcb3ace27c4ec3c6c0 100644
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
@@ -115,13 +115,6 @@ class LineLayoutBoxModel : public LineLayoutItem {
return toBoxModel()->borderAndPaddingLogicalHeight();
}
- bool boxShadowShouldBeAppliedToBackground(
- BackgroundBleedAvoidance bleedAvoidance,
- const InlineFlowBox* inlineFlowBox = nullptr) const {
- return toBoxModel()->boxShadowShouldBeAppliedToBackground(bleedAvoidance,
- inlineFlowBox);
- }
-
LayoutSize offsetForInFlowPosition() const {
return toBoxModel()->offsetForInFlowPosition();
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTableCell.cpp ('k') | third_party/WebKit/Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698