| Index: Source/WebCore/page/Frame.h
|
| ===================================================================
|
| --- Source/WebCore/page/Frame.h (revision 121785)
|
| +++ Source/WebCore/page/Frame.h (working copy)
|
| @@ -141,6 +141,7 @@
|
| Settings* settings() const; // can be NULL
|
|
|
| void setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkRatio, AdjustViewSizeOrNot);
|
| + bool shouldUsePrintingLayout() const;
|
| FloatSize resizePageRectsKeepingRatio(const FloatSize& originalSize, const FloatSize& expectedSize);
|
|
|
| bool inViewSourceMode() const;
|
|
|