| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 2a8430cfc0e88d50b7d71cedcb2a1f0ed3789391..40a701310f852752b35d2165eaf5d6a8f1370216 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -359,8 +359,6 @@ void WebPluginContainerImpl::printPage(int pageNumber, GraphicsContext* gc, cons
|
| return;
|
| gc->save();
|
| 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();
|
| }
|
|
|