Bug 804975 - Part 1: Expose WritingMode bits. r=dbaron

This commit is contained in:
Cameron McCormack 2015-06-23 11:48:17 +10:00
Родитель a0940b9a26
Коммит cf92b5df2c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -472,6 +472,8 @@ public:
return IsVertical() != aOther.IsVertical();
}
uint8_t GetBits() const { return mWritingMode; }
private:
friend class LogicalPoint;
friend class LogicalSize;