Index: content/renderer/pepper/plugin_instance_throttler_impl.h |
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.h b/content/renderer/pepper/plugin_instance_throttler_impl.h |
index 14352c119b204e5b736ef010e86d6c1ef3c3a68a..0eeef6ff35a761206fcd908c56f0917242810bbc 100644 |
--- a/content/renderer/pepper/plugin_instance_throttler_impl.h |
+++ b/content/renderer/pepper/plugin_instance_throttler_impl.h |
@@ -70,11 +70,16 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl |
void EngageThrottle(); |
+ void TimeoutKeyframeExtraction(); |
+ |
State state_; |
// Number of consecutive interesting frames we've encountered. |
int consecutive_interesting_frames_; |
+ // If true, take the next frame as the keyframe regardless of interestingness. |
+ bool keyframe_extraction_timed_out_; |
+ |
ObserverList<Observer> observer_list_; |
base::WeakPtrFactory<PluginInstanceThrottlerImpl> weak_factory_; |