Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PrintContext.h
index 728498c..6c99875 100644 (file)
@@ -57,8 +57,6 @@ public:
     const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; }
     const Vector<IntRect>& pageRects() const { return m_pageRects; }
 
-    float computeAutomaticScaleFactor(const FloatSize& availablePaperSize);
-
     // Enter print mode, updating layout for new page size.
     // This function can be called multiple times to apply new print options without going back to screen mode.
     void begin(float width, float height = 0);
@@ -66,8 +64,6 @@ public:
     // FIXME: eliminate width argument.
     void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
 
-    void spoolRect(GraphicsContext& ctx, const IntRect&);
-
     // Return to screen mode.
     void end();