Bug 1208365 (part 1) - Remove unused EXTEND_PAD_EDGE. r=Bas.

--HG--
extra : rebase_source : 47f0cf49279cad1a8bcc5ae00ea45af36c5cf063
This commit is contained in:
Nicholas Nethercote 2015-09-25 00:53:20 -07:00
parent 427bd639ca
commit 3ad5853beb

View File

@ -57,17 +57,7 @@ public:
EXTEND_NONE, EXTEND_NONE,
EXTEND_REPEAT, EXTEND_REPEAT,
EXTEND_REFLECT, EXTEND_REFLECT,
EXTEND_PAD, EXTEND_PAD
// Our own private flag for setting either NONE or PAD,
// depending on what the platform does for NONE. This is only
// relevant for surface patterns; for all other patterns, it
// behaves identical to PAD. On MacOS X, this becomes "NONE",
// because Quartz does the thing that we want at image edges;
// similarily on the win32 printing surface, since
// everything's done with GDI there. On other platforms, it
// usually becomes PAD.
EXTEND_PAD_EDGE = 1000
}; };
// none, repeat, reflect // none, repeat, reflect