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