forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate OnGeometryChanged(), SetZoom(),
kMinZoom
to PdfViewPluginBase.
In OutOfProcessInstance, private methods OnGeometryChanged() and SetZoom() and the local variable `kMinZoom` will be used for drawing graphics by PdfViewWebPlugin in the future. This CL migrates these methods to PdfViewPluginBase as protected methods and moves the definition of `kMinZoom` to PdfViewPluginBase, so that they can be shared by both plugin instances. Bug: 1140629 Change-Id: I4016bf05871c2112b653ce0e043261c94580c534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602518 Commit-Queue: Hui Yingst <nigi@chromium.org> Reviewed-by: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#839461}
- Loading branch information
Hui Yingst
authored and
Chromium LUCI CQ
committed
Dec 28, 2020
1 parent
3c00471
commit d758b98
Showing
6 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters