Index: content/renderer/pepper/pepper_webplugin_impl.h |
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h |
index 9b90e8be24a4511a7cd8540377e12bcb2c8ffb94..86fd567138de67ada91f8811d7ebcdfd0d8843aa 100644 |
--- a/content/renderer/pepper/pepper_webplugin_impl.h |
+++ b/content/renderer/pepper/pepper_webplugin_impl.h |
@@ -101,10 +101,10 @@ class PepperWebPluginImpl : public blink::WebPlugin { |
// True if the instance represents the entire document in a frame instead of |
// being an embedded resource. |
bool full_frame_; |
- scoped_ptr<PluginInstanceThrottlerImpl> throttler_; |
scoped_refptr<PepperPluginInstanceImpl> instance_; |
gfx::Rect plugin_rect_; |
PP_Var instance_object_; |
+ scoped_ptr<PluginInstanceThrottlerImpl> throttler_; |
tommycli
2015/05/13 22:07:02
I think this isn't quite necessary.
This throttle
trchen
2015/05/13 22:17:04
Yep. Actually all changes in PepperWebPluginImpl a
|
blink::WebPluginContainer* container_; |
DISALLOW_COPY_AND_ASSIGN(PepperWebPluginImpl); |