Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c90661a authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Do not move PDF content as the content is already moved.

Bug: 26961589
Change-Id: I444a4164f3b98af7aeb6df6e9a0b025d20a4a93b
parent ba5c35b7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ public:
            SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight,
                    &(page->mContentRect));

            canvas->clipRect(page->mContentRect);
            canvas->translate(page->mContentRect.left(), page->mContentRect.top());
            canvas->drawPicture(page->mPicture);

            document->endPage();