| Index: content/renderer/pepper/plugin_instance_throttler_impl.cc
|
| diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.cc b/content/renderer/pepper/plugin_instance_throttler_impl.cc
|
| index 19e731cbd7382f4dcef2f27394ca2b9f71a9c29d..902670f9775d6bd149098d1ccdf29fe39e005ac6 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl.cc
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl.cc
|
| @@ -153,7 +153,8 @@ void PluginInstanceThrottlerImpl::Initialize(
|
| gfx::Size(roundf(unobscured_size.width() / zoom_factor),
|
| roundf(unobscured_size.height() / zoom_factor)),
|
| record_decision_);
|
| - if (status != RenderFrame::CONTENT_STATUS_PERIPHERAL) {
|
| + if (status != RenderFrame::CONTENT_STATUS_PERIPHERAL &&
|
| + status != RenderFrame::CONTENT_STATUS_TINY) {
|
| DCHECK_NE(THROTTLER_STATE_MARKED_ESSENTIAL, state_);
|
| state_ = THROTTLER_STATE_MARKED_ESSENTIAL;
|
| for (auto& observer : observer_list_)
|
|
|