Export a setVisualZoomLevelLimits method
This commit is contained in:
parent
3e85d7759b
commit
e887fb69bd
2 changed files with 5 additions and 3 deletions
|
@ -45,7 +45,7 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
double SetZoomFactor(double factor);
|
||||
double GetZoomFactor() const;
|
||||
|
||||
void SetZoomLevelLimits(double min_level, double max_level);
|
||||
void SetVisualZoomLevelLimits(double min_level, double max_level);
|
||||
void SetLayoutZoomLevelLimits(double min_level, double max_level);
|
||||
|
||||
v8::Local<v8::Value> RegisterEmbedderCustomElement(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue