Bug 1254134 - Follow-up to take care of clang Winconsistent-missing-override warning. r=me

This commit is contained in:
Kartikaya Gupta
2016-03-23 21:12:05 -04:00
parent 07b2933ffd
commit cbbacc2ec2

View File

@@ -533,7 +533,7 @@ struct ImageLayerProperties : public LayerPropertiesBase
virtual nsIntRegion ComputeChangeInternal(const char* aPrefix,
NotifySubDocInvalidationFunc aCallback,
bool& aGeometryChanged)
bool& aGeometryChanged) override
{
ImageLayer* imageLayer = static_cast<ImageLayer*>(mLayer.get());