| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index a2682cb6723a00ce02740b32f75bc646a73ae1b6..4f86b6d4279508e0932d0580918641731dadbe39 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -178,6 +178,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
| bool finished_loading_;
|
| bool focused_;
|
| bool is_painting_;
|
| + bool is_resizing_;
|
| };
|
|
|
| #endif // COMPONENTS_PLUGINS_RENDERER_WEBVIEW_PLUGIN_H_
|
|
|