Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert

This commit is contained in:
Arnaud Sourioux
2014-02-24 09:41:56 -05:00
parent 29f322f0d5
commit fe6152ac7a
73 changed files with 317 additions and 314 deletions

View File

@@ -49,8 +49,8 @@ public:
virtual nsresult AttributeChanged(int32_t aNameSpaceID,
nsIAtom* aAttribute,
int32_t aModType) MOZ_OVERRIDE;
virtual void ContentStatesChanged(nsEventStates aStates);
virtual bool IsLeaf() const
virtual void ContentStatesChanged(nsEventStates aStates) MOZ_OVERRIDE;
virtual bool IsLeaf() const MOZ_OVERRIDE
{
return true;
}