| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 00a1a68b60cb9e3eb71dbce1053c4864be946170..089af663ffc0c5fa4a5cf09c435520e39ded4643 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -149,10 +149,10 @@ void WebPluginContainerImpl::invalidateRect(const IntRect& rect)
|
| renderer->invalidatePaintRectangle(dirtyRect);
|
| }
|
|
|
| -void WebPluginContainerImpl::setFocus(bool focused)
|
| +void WebPluginContainerImpl::setFocus(bool focused, WebFocusType focusType)
|
| {
|
| - Widget::setFocus(focused);
|
| - m_webPlugin->updateFocus(focused);
|
| + Widget::setFocus(focused, focusType);
|
| + m_webPlugin->updateFocus(focused, focusType);
|
| }
|
|
|
| void WebPluginContainerImpl::show()
|
|
|