X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FWebPage.h;h=c3a6385004bc54cf7f66b196335cd3bdd7f0da5d;hp=d8cdf5d48b22c2b730431c5d6fe9bf9efd808bfb;hb=0f2cb0277958dc2d8262924639ff892bab56736a;hpb=2a6a01dc5181e6ca67ada2a7fe64d5b79370efc2;ds=sidebyside diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.h b/Source/WebKit2/WebProcess/WebPage/WebPage.h index d8cdf5d..c3a6385 100644 --- a/Source/WebKit2/WebProcess/WebPage/WebPage.h +++ b/Source/WebKit2/WebProcess/WebPage/WebPage.h @@ -359,6 +359,7 @@ public: void setUseFixedLayout(bool); bool useFixedLayout() const { return m_useFixedLayout; } void setFixedLayoutSize(const WebCore::IntSize&); + WebCore::IntSize fixedLayoutSize() const; void listenForLayoutMilestones(uint32_t /* LayoutMilestones */);