| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index 8f7cf7bf1dc56c7658e8ed493060e725ae7bed09..a83592ec7db2e021286cc37099aba68160318723 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -320,7 +320,7 @@ void WebPagePopupImpl::layout()
|
| PageWidgetDelegate::layout(m_page.get());
|
| }
|
|
|
| -void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
|
| +void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect)
|
| {
|
| if (!m_closing)
|
| PageWidgetDelegate::paint(m_page.get(), 0, canvas, rect, PageWidgetDelegate::Opaque);
|
|
|