Incorrect LocalFrame::paintIntoDragImage picture bounds
LocalFrame::paintIntoDragImage() translates the content to be origin- aligned, but leaves the picture bounds unchanged => the picture content lies outside the declared picture cull rect. We need to also shift the picture bounds, to keep them aligned with its content. R=junov@chromium.org,mtklein@chromium.org BUG=522143 Review URL: https://codereview.chromium.org/1303453003 git-svn-id: svn://svn.chromium.org/blink/trunk@200763 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment