Merge m-c to graphics

MozReview-Commit-ID: C13IwWOpf64
This commit is contained in:
Kartikaya Gupta
2016-12-14 09:32:38 -05:00
434 changed files with 4295 additions and 3915 deletions

View File

@@ -86,8 +86,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
, mCursorHotspotY(0)
, mNativeKeyCommandsValid(false)
{
MOZ_COUNT_CTOR(PuppetWidget);
mSingleLineCommands.SetCapacity(4);
mMultiLineCommands.SetCapacity(4);
mRichTextCommands.SetCapacity(4);
@@ -98,8 +96,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
PuppetWidget::~PuppetWidget()
{
MOZ_COUNT_DTOR(PuppetWidget);
Destroy();
}