| Index: third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h
|
| diff --git a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h
|
| index 7104d6daa23c45c9125d662b71d2cba831619383..0dabd0f8a07769d640c6fc3715f070c0f1048347 100644
|
| --- a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h
|
| +++ b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h
|
| @@ -85,7 +85,9 @@
|
| // This is set when one of the inputs to finalConstraints changes.
|
| bool constraintsDirty() const { return m_constraintsDirty; }
|
|
|
| - void didChangeInitialContainingBlockSize(const IntSize&);
|
| + void didChangeViewSize(const IntSize&);
|
| +
|
| + IntSize mainFrameSize() const;
|
|
|
| IntSize layoutSize() const;
|
|
|
| @@ -101,7 +103,7 @@
|
| PageScaleConstraints m_finalConstraints;
|
|
|
| int m_lastContentsWidth;
|
| - IntSize m_icbSize;
|
| + IntSize m_viewSize;
|
|
|
| bool m_needsReset;
|
| bool m_constraintsDirty;
|
|
|