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

Unified Diff: Source/core/paint/InlineFlowBoxPainter.h

Issue 1164553003: [SP] Pass correct cull rect to fix horizontal box shadow painting at tile edge. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge changes. Created 5 years, 7 months 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: Source/core/paint/InlineFlowBoxPainter.h
diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h
index e06f514d68bf67ea83bedca0fc48e3c73fc45912..fb904c8d1f48e9321e66021cd8b2d5b43fa78c20 100644
--- a/Source/core/paint/InlineFlowBoxPainter.h
+++ b/Source/core/paint/InlineFlowBoxPainter.h
@@ -27,7 +27,7 @@ public:
void paint(const PaintInfo&, const LayoutPoint&, const LayoutUnit lineTop, const LayoutUnit lineBottom);
private:
- void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&);
+ void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&, const LayoutRect&);
chrishtr 2015/06/02 21:17:33 Give the parameters descriptive names for commenti
wkorman 2015/06/02 21:39:47 Done.
void paintMask(const PaintInfo&, const LayoutPoint&);
void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode = SkXfermode::kSrcOver_Mode);
void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode);
« no previous file with comments | « LayoutTests/fast/writing-mode/box-shadow-horizontal-tb-tile-edge.html ('k') | Source/core/paint/InlineFlowBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698