zoomToContentSize -> zoomToPageWidth
This commit is contained in:
parent
7896ee23a2
commit
7916981da2
5 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
};
|
||||
TitleBarStyle title_bar_style() const { return title_bar_style_; }
|
||||
|
||||
bool zoom_to_content_size() const { return zoom_to_content_size_; }
|
||||
bool zoom_to_page_width() const { return zoom_to_page_width_; }
|
||||
|
||||
protected:
|
||||
// Return a vector of non-draggable regions that fill a window of size
|
||||
|
@ -157,7 +157,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool is_kiosk_;
|
||||
|
||||
bool zoom_to_content_size_;
|
||||
bool zoom_to_page_width_;
|
||||
|
||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue