Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 5d8520601b7e7c91e714b6d0e6668d82b125ffb4..2a8430cfc0e88d50b7d71cedcb2a1f0ed3789391 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -361,6 +361,7 @@ void WebPluginContainerImpl::printPage(int pageNumber, GraphicsContext* gc, cons |
WebCanvas* canvas = gc->canvas(); |
// TODO: Remove third parameter when both blink and chromium changes land for bug496765 |
m_webPlugin->printPage(pageNumber, canvas, false); |
+ m_webPlugin->printPage(pageNumber, canvas); |
gc->restore(); |
} |