Chromium Code Reviews| Index: Source/core/frame/LocalFrame.cpp |
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
| index 7ed8d9ff198221cafefd844dcdc2f2e789412270..c26e01dd3683f61fd7169b69539c9162199f52b8 100644 |
| --- a/Source/core/frame/LocalFrame.cpp |
| +++ b/Source/core/frame/LocalFrame.cpp |
| @@ -598,7 +598,7 @@ PassOwnPtr<DragImage> LocalFrame::paintIntoDragImage( |
| paintingRect.setWidth(paintingRect.width() * deviceScaleFactor); |
| paintingRect.setHeight(paintingRect.height() * deviceScaleFactor); |
| - SkPictureBuilder pictureBuilder(paintingRect); |
| + SkPictureBuilder pictureBuilder(FloatRect(FloatPoint(), paintingRect.size())); |
|
mtklein_C
2015/08/18 14:07:06
Think it's worth adding a note similar to the CL d
f(malita)
2015/08/18 17:40:14
Done.
|
| { |
| GraphicsContext& paintContext = pictureBuilder.context(); |