Bug 1207378 - Add FrameRect to non-skia version of BeginFrame. r=seth

This commit is contained in:
Steve Singer 2015-09-30 19:58:00 +02:00
parent eaa316458e
commit 6ec1eb8af1

View File

@ -156,7 +156,7 @@ public:
const nsIntSize& TargetSize() const { return nsIntSize(); }
const gfxSize& Scale() const { return gfxSize(1.0, 1.0); }
nsresult BeginFrame(const nsIntSize&, uint8_t*, bool, bool = false)
nsresult BeginFrame(const nsIntSize&, const Maybe<nsIntRect>&, uint8_t*, bool, bool = false)
{
return NS_ERROR_FAILURE;
}