Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: webkit/glue/webframe_impl.h

Issue 99058: Expose webkit scaling factor before calling WebFrame::PrintPage() (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/webframe_impl.h
===================================================================
--- webkit/glue/webframe_impl.h (revision 14556)
+++ webkit/glue/webframe_impl.h (working copy)
@@ -179,6 +179,7 @@
virtual bool BeginPrint(const WebKit::WebSize& page_size_px,
int* page_count);
+ virtual float GetPrintPageShrink(int page);
virtual float PrintPage(int page, skia::PlatformCanvas* canvas);
virtual void EndPrint();

Powered by Google App Engine
This is Rietveld 408576698