mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1255360 - Remove two unused declarations from CanvasRenderingContext2D. r=gw280.
This commit is contained in:
parent
91ee6d2f97
commit
e1682e72e8
@ -567,16 +567,6 @@ protected:
|
|||||||
*/
|
*/
|
||||||
static uint32_t sNumLivingContexts;
|
static uint32_t sNumLivingContexts;
|
||||||
|
|
||||||
/**
|
|
||||||
* Lookup table used to speed up GetImageData().
|
|
||||||
*/
|
|
||||||
static uint8_t (*sUnpremultiplyTable)[256];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Lookup table used to speed up PutImageData().
|
|
||||||
*/
|
|
||||||
static uint8_t (*sPremultiplyTable)[256];
|
|
||||||
|
|
||||||
static mozilla::gfx::DrawTarget* sErrorTarget;
|
static mozilla::gfx::DrawTarget* sErrorTarget;
|
||||||
|
|
||||||
// Some helpers. Doesn't modify a color on failure.
|
// Some helpers. Doesn't modify a color on failure.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user