Index: chrome/renderer/print_web_view_helper.h |
=================================================================== |
--- chrome/renderer/print_web_view_helper.h (revision 117241) |
+++ chrome/renderer/print_web_view_helper.h (working copy) |
@@ -90,6 +90,10 @@ |
explicit PrintWebViewHelper(content::RenderView* render_view); |
virtual ~PrintWebViewHelper(); |
+ // Make this function a part of the public interface, since it is called |
+ // directly from PPAPI for plugin printing. |
jam
2012/01/12 22:43:01
this comment is redundant since it's describing so
|
+ void PrintNode(const WebKit::WebNode& node); |
+ |
protected: |
// WebKit::WebViewClient override: |
virtual void didStopLoading(); |