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

Commit ef29bce1 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Do not move PDF content as the content is already moved." into nyc-dev

am: 75e91294

* commit '75e91294':
  Do not move PDF content as the content is already moved.
parents 46e682a4 75e91294
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();