| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
 | 
| index 15161faa4dcb7882692ff8645199a611fbf15140..c66840f752db748376870248f9b453e0c43522d0 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
 | 
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
 | 
| @@ -666,7 +666,6 @@ PassOwnPtr<DragImage> LocalFrame::nodeImage(Node& node)
 | 
|      // TODO(pdr): This will also paint the background if the object contains transparency. We can
 | 
|      // directly call layoutObject->paint(...) (see: ObjectPainter::paintAsPseudoStackingContext) but
 | 
|      // painters are inconsistent about which transform space they expect (see: svg, inlines, etc.)
 | 
| -    // TODO(pdr): SVG and inlines are painted offset (crbug.com/579153, crbug.com/579158).
 | 
|      return paintIntoDragImage(GlobalPaintFlattenCompositingLayers, layoutObject->absoluteBoundingBoxRectIncludingDescendants(), &node);
 | 
|  }
 | 
|  
 | 
| 
 |