mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1254134 - Follow-up to take care of clang Winconsistent-missing-override warning. r=me
This commit is contained in:
parent
233e4bca52
commit
90029b5133
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user