Commit 880e8657 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Remove stale function declaration.

It seems like the implementation for PDFiumEngine::RotateInternal() was
removed, but not the function declaration. This CL removes the
declaration.

Bug: n/a
Change-Id: I978d2173bc085b752af0710b754393a9b6b14e2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119380Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753590}
parent e018b5b1
......@@ -501,9 +501,6 @@ class PDFiumEngine : public PDFEngine,
void OnSelectionTextChanged();
void OnSelectionPositionChanged();
// Common code shared by RotateClockwise() and RotateCounterclockwise().
void RotateInternal();
// Sets text selection status of document. This does not include text
// within form text fields.
void SetSelecting(bool selecting);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment