mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1235859 - Add FrameSize to non-skia downscaler. r=edwin
This commit is contained in:
parent
ac84b221c9
commit
fe85f2a810
@ -171,6 +171,7 @@ public:
|
|||||||
bool HasInvalidation() const { return false; }
|
bool HasInvalidation() const { return false; }
|
||||||
DownscalerInvalidRect TakeInvalidRect() { return DownscalerInvalidRect(); }
|
DownscalerInvalidRect TakeInvalidRect() { return DownscalerInvalidRect(); }
|
||||||
void ResetForNextProgressivePass() { }
|
void ResetForNextProgressivePass() { }
|
||||||
|
const nsIntSize FrameSize() const { return nsIntSize(0, 0); }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MOZ_ENABLE_SKIA
|
#endif // MOZ_ENABLE_SKIA
|
||||||
|
Loading…
Reference in New Issue
Block a user