git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Expose and test fixedLayoutSize via modern WebKit SPI
[WebKit-https.git]
/
Source
/
WebKit2
/
WebProcess
/
WebPage
/
WebPage.h
diff --git
a/Source/WebKit2/WebProcess/WebPage/WebPage.h
b/Source/WebKit2/WebProcess/WebPage/WebPage.h
index
d8cdf5d
..
c3a6385
100644
(file)
--- 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 */);