| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index f57b41fb2d33acd12e5c96c24cda4122afcde58b..ba926b976b5f51d0d4fb4ae53e940ca70ebe0c34 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -677,7 +677,7 @@ PassOwnPtr<DragImage> LocalFrame::nodeImage(Node& node)
|
| IntRect rect;
|
|
|
| return paintIntoDragImage(renderer->displayItemClient(), DisplayItem::ClipNodeImage, renderer->shouldRespectImageOrientation(),
|
| - pixelSnappedIntRect(renderer->paintingRootRect(rect)));
|
| + renderer->paintingRootRect(rect));
|
| }
|
|
|
| PassOwnPtr<DragImage> LocalFrame::dragImageForSelection()
|
|
|