| Index: content/renderer/pepper/pepper_plugin_instance_throttler.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_throttler.h b/content/renderer/pepper/pepper_plugin_instance_throttler.h
|
| index 9b1813252f5d724c85d5e3d64ba426c3083a1f80..273ba300280dd386e5012eb46b54621ef88ff80a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_throttler.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_throttler.h
|
| @@ -34,6 +34,8 @@ class CONTENT_EXPORT PepperPluginInstanceThrottler {
|
|
|
| virtual ~PepperPluginInstanceThrottler();
|
|
|
| + bool needs_snapshot() const { return needs_snapshot_; }
|
| +
|
| // Call to supply the throttler with candidate frames.
|
| void OnImageFlush(const SkBitmap* bitmap);
|
|
|
|
|