Bug 743573 - Fix a number of build warnings in dom/; r=mounir
This commit is contained in:
@@ -170,7 +170,6 @@ nsNPAPIPluginInstance::nsNPAPIPluginInstance()
|
||||
mDrawingModel(kDefaultDrawingModel),
|
||||
#ifdef MOZ_WIDGET_ANDROID
|
||||
mANPDrawingModel(0),
|
||||
mOnScreen(true),
|
||||
mFullScreenOrientation(dom::eScreenOrientation_LandscapePrimary),
|
||||
mWakeLocked(false),
|
||||
mFullScreen(false),
|
||||
@@ -191,6 +190,9 @@ nsNPAPIPluginInstance::nsNPAPIPluginInstance()
|
||||
#else
|
||||
mUsePluginLayersPref(false)
|
||||
#endif
|
||||
#ifdef MOZ_WIDGET_ANDROID
|
||||
, mOnScreen(true)
|
||||
#endif
|
||||
{
|
||||
mNPP.pdata = NULL;
|
||||
mNPP.ndata = this;
|
||||
|
||||
Reference in New Issue
Block a user