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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.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/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index 3d22763256f5f7ca24867abfa768646cf100d59f..57836cc012ff3c39a814c3d4de958e34601ce155 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -369,10 +369,6 @@ class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
virtual void childBecameNonInline(LayoutObject* /*child*/) {}
- virtual bool boxShadowShouldBeAppliedToBackground(
- BackgroundBleedAvoidance,
- const InlineFlowBox* = nullptr) const;
-
// Overridden by subclasses to determine line height and baseline position.
virtual LayoutUnit lineHeight(
bool firstLine,

Powered by Google App Engine
This is Rietveld 408576698