| Index: remoting/client/plugin/chromoting_plugin.cc
|
| ===================================================================
|
| --- remoting/client/plugin/chromoting_plugin.cc (revision 50250)
|
| +++ remoting/client/plugin/chromoting_plugin.cc (working copy)
|
| @@ -25,7 +25,8 @@
|
|
|
| ChromotingPlugin::ChromotingPlugin(NPNetscapeFuncs* browser_funcs,
|
| NPP instance)
|
| - : PepperPlugin(browser_funcs, instance) {
|
| + : PepperPlugin(browser_funcs, instance), width_(0), height_(0),
|
| + device_(NULL) {
|
| }
|
|
|
| ChromotingPlugin::~ChromotingPlugin() {
|
|
|