Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/InlinePainter.cpp |
| diff --git a/third_party/WebKit/Source/core/paint/InlinePainter.cpp b/third_party/WebKit/Source/core/paint/InlinePainter.cpp |
| index 02def36e0fc61c599a4a1b3927cf0f32be728c17..5a26b2fffd17be031e1061a9c9132d1b46ec84a2 100644 |
| --- a/third_party/WebKit/Source/core/paint/InlinePainter.cpp |
| +++ b/third_party/WebKit/Source/core/paint/InlinePainter.cpp |
| @@ -31,8 +31,6 @@ void InlinePainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOf |
| m_layoutInline.mutableForPainting().setPreviousPaintOffset(paintOffset); |
| } |
| - // FIXME: When Skia supports annotation rect covering (https://code.google.com/p/skia/issues/detail?id=3872), |
|
chrishtr
2016/01/15 02:20:02
Why are these comments now obsolete?
Xianzhu
2016/01/15 05:06:44
The bug has been marked WontFix because unfeasibli
|
| - // this rect may be covered by foreground and descendant drawings. Then we may need a dedicated paint phase. |
| if (paintInfo.phase == PaintPhaseForeground && paintInfo.isPrinting()) |
| ObjectPainter(m_layoutInline).addPDFURLRectIfNeeded(paintInfo, paintOffset); |