| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 88e7a9f10b0eaaa103191c2aa135b038427d9863..64547134e391272b56ca758dbb9d8d7703f2f773 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -347,6 +347,7 @@ void WebPluginContainerImpl::printPage(int pageNumber,
|
| LayoutObjectDrawingRecorder drawingRecorder(
|
| gc, *m_element->layoutObject(), DisplayItem::Type::kWebPlugin, printRect);
|
| gc.save();
|
| +
|
| WebCanvas* canvas = gc.canvas();
|
| m_webPlugin->printPage(pageNumber, canvas);
|
| gc.restore();
|
|
|