| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index 7eabf917dba625df55660a621a05c4f45dbe653e..318c5e6aa2b333e3611a8a4239669e89dd84fe35 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -138,7 +138,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.
|
| - void printPage(int pageNumber, GraphicsContext*, const IntRect& paintRect);
|
| + void printPage(int pageNumber, GraphicsContext&, const IntRect& paintRect);
|
| // Ends the print operation.
|
| void printEnd();
|
|
|
|
|