Bug 1261754 - Trivial follow-up to fix outdated documentation. r=me and DONTBUILD because NPOTB.

MozReview-Commit-ID: E5fmJ48Y0xH
This commit is contained in:
Kartikaya Gupta 2016-07-05 14:20:59 -04:00
parent 42adb0ed78
commit 211af87d45

View File

@ -696,7 +696,7 @@ enum class FillMode : uint32_t;
#define NS_STYLE_POSITION_FIXED 3
#define NS_STYLE_POSITION_STICKY 4
// See nsStyleDisplay.mClip
// See nsStyleEffects.mClip, mClipFlags
#define NS_STYLE_CLIP_AUTO 0x00
#define NS_STYLE_CLIP_RECT 0x01
#define NS_STYLE_CLIP_TYPE_MASK 0x0F