Bug 1339543 part 5 Remove unnecessary stuff from PuppetWidget r=smaug

MozReview-Commit-ID: 17dbDG1Fqwb
This commit is contained in:
Masayuki Nakano
2017-05-17 20:46:47 +09:00
parent 8a4fe66f6a
commit bab8a1738c
3 changed files with 2 additions and 62 deletions

View File

@@ -92,12 +92,7 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
, mDefaultScale(-1)
, mCursorHotspotX(0)
, mCursorHotspotY(0)
, mNativeKeyCommandsValid(false)
{
mSingleLineCommands.SetCapacity(4);
mMultiLineCommands.SetCapacity(4);
mRichTextCommands.SetCapacity(4);
// Setting 'Unknown' means "not yet cached".
mInputContext.mIMEState.mEnabled = IMEState::UNKNOWN;