| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| index b92ac1bcfeb61c2c162d02c210672c1e7cc8a79a..b0e6761547ba337aeb9d59880d988480b75e836b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -96,6 +96,10 @@ DEFINE_TRACE(HTMLPlugInElement) {
|
| HTMLFrameOwnerElement::Trace(visitor);
|
| }
|
|
|
| +bool HTMLPlugInElement::HasPendingActivity() const {
|
| + return image_loader_ && image_loader_->HasPendingActivity();
|
| +}
|
| +
|
| void HTMLPlugInElement::SetPersistedPlugin(PluginView* plugin) {
|
| if (persisted_plugin_ == plugin)
|
| return;
|
|
|