| Index: third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp b/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp
|
| index 6d44bba274c8076305ee9ae621ad15f7302e1aeb..9415606348ee67c0743bf2b277a57f8065b220b3 100644
|
| --- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp
|
| @@ -37,8 +37,6 @@ void LineBoxListPainter::paint(const LayoutBoxModelObject& layoutObject, const P
|
|
|
| ASSERT(layoutObject.isLayoutBlock() || (layoutObject.isLayoutInline() && layoutObject.hasLayer())); // The only way an inline could paint like this is if it has a layer.
|
|
|
| - // FIXME: When Skia supports annotation rect covering (https://code.google.com/p/skia/issues/detail?id=3872),
|
| - // these rects may be covered line box drawings. Then we may need a dedicated paint phase.
|
| if (paintInfo.phase == PaintPhaseForeground && paintInfo.isPrinting())
|
| addPDFURLRectsForInlineChildrenRecursively(layoutObject, paintInfo, paintOffset);
|
|
|
|
|