| Index: Source/web/PageScaleConstraintsSet.h
|
| diff --git a/Source/web/PageScaleConstraintsSet.h b/Source/web/PageScaleConstraintsSet.h
|
| index 4906fe52287330b70509df9793c1fa25b1f1c9a1..c2c67424a92436afc1be39ac3b99958d581c5fc0 100644
|
| --- a/Source/web/PageScaleConstraintsSet.h
|
| +++ b/Source/web/PageScaleConstraintsSet.h
|
| @@ -73,6 +73,8 @@ public:
|
| bool constraintsDirty() const { return m_constraintsDirty; }
|
|
|
| private:
|
| + WebCore::PageScaleConstraints computeConstraintsStack() const;
|
| +
|
| WebCore::PageScaleConstraints m_pageDefinedConstraints;
|
| WebCore::PageScaleConstraints m_userAgentConstraints;
|
| WebCore::PageScaleConstraints m_finalConstraints;
|
|
|