Bug 815473 - Follow-up: Remove now-undefined methods from CanvasRenderingContext2D.h. r=me

This commit is contained in:
Justin Lebar 2012-12-19 18:03:11 -05:00
Родитель 7ee8836f06
Коммит 35400e8fa9
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -574,16 +574,6 @@ protected:
static void StyleColorToString(const nscolor& aColor, nsAString& aStr);
/**
* Creates the unpremultiply lookup table, if it doesn't exist.
*/
void EnsureUnpremultiplyTable();
/**
* Creates the premultiply lookup table, if it doesn't exist.
*/
void EnsurePremultiplyTable();
/**
* Creates the error target, if it doesn't exist
*/