propagate zoom changes to pdf plugin
This commit is contained in:
parent
eda413861a
commit
4381e0895f
3 changed files with 21 additions and 6 deletions
|
@ -38,6 +38,7 @@ class PdfViewerHandler : public content::WebUIMessageHandler {
|
|||
void Initialize(const base::ListValue* args);
|
||||
void GetDefaultZoom(const base::ListValue* args);
|
||||
void GetInitialZoom(const base::ListValue* args);
|
||||
void SetZoom(const base::ListValue* args);
|
||||
void GetStrings(const base::ListValue* args);
|
||||
void Reload(const base::ListValue* args);
|
||||
void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue