| 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 0684431fe7496bfa3f97b55bf22e5a04027d808a..4bd39d23e233dd3cb00e1cfba356441b7aa33ceb 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);
|
|
|
|
|