Chromium Code Reviews

Unified Diff: C:/Coding/svn/chromium/src/webkit/glue/webframe_impl.h

Issue 149186: Restore WebFrame::GetPrintPageShrink() method originally added in rev 14639 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: C:/Coding/svn/chromium/src/webkit/glue/webframe_impl.h
===================================================================
--- C:/Coding/svn/chromium/src/webkit/glue/webframe_impl.h (revision 19907)
+++ C:/Coding/svn/chromium/src/webkit/glue/webframe_impl.h (working copy)
@@ -189,6 +189,7 @@
virtual WebKit::WebSize ScrollOffset() const;
virtual int PrintBegin(const WebKit::WebSize& page_size);
+ virtual float GetPrintPageShrink(int page);
virtual float PrintPage(int page, WebKit::WebCanvas* canvas);
virtual void PrintEnd();
« no previous file with comments | « C:/Coding/svn/chromium/src/webkit/glue/webframe.h ('k') | C:/Coding/svn/chromium/src/webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine