zoomToContentSize -> zoomToPageWidth

This commit is contained in:
Kevin Sawicki 2016-10-27 11:29:51 -07:00
parent 7896ee23a2
commit 7916981da2
5 changed files with 9 additions and 9 deletions

View file

@ -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