Index: Source/web/WebPluginContainerImpl.h |
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h |
index 962dcc354f8cabc4a4bc39171b96db065af901eb..4bcd5740d7c46d1e5757b2a2604edc340271d110 100644 |
--- a/Source/web/WebPluginContainerImpl.h |
+++ b/Source/web/WebPluginContainerImpl.h |
@@ -139,7 +139,7 @@ public: |
// Sets up printing at the specified WebPrintParams. Returns the number of pages to be printed at these settings. |
int printBegin(const WebPrintParams&) const; |
// Prints the page specified by pageNumber (0-based index) into the supplied canvas. |
- bool printPage(int pageNumber, GraphicsContext*, const IntRect& paintRect); |
+ void printPage(int pageNumber, GraphicsContext*, const IntRect& paintRect); |
// Ends the print operation. |
void printEnd(); |