summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remoting/client/plugin/chromoting_plugin.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/client/plugin/chromoting_plugin.cc b/remoting/client/plugin/chromoting_plugin.cc
index 55c72afe..714ee2b 100644
--- a/remoting/client/plugin/chromoting_plugin.cc
+++ b/remoting/client/plugin/chromoting_plugin.cc
@@ -25,7 +25,8 @@ const char* ChromotingPlugin::kMimeType =
ChromotingPlugin::ChromotingPlugin(NPNetscapeFuncs* browser_funcs,
NPP instance)
- : PepperPlugin(browser_funcs, instance) {
+ : PepperPlugin(browser_funcs, instance), width_(0), height_(0),
+ device_(NULL) {
}
ChromotingPlugin::~ChromotingPlugin() {