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 9754bf8117702d7ffc23417b7ea42cc397a6fc18..d2f852273303b68981ebc666a16b8a9e0bc2f440 100644 |
--- a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
+++ b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
@@ -107,6 +107,7 @@ class CORE_EXPORT PageScaleConstraintsSet { |
void didChangeInitialContainingBlockSize(const IntSize&); |
IntSize layoutSize() const; |
+ IntSize initialViewportSize() const { return m_icbSize; } |
private: |
PageScaleConstraintsSet(); |