зеркало из https://github.com/mozilla/gecko-dev.git
Bug 804975 - Part 1: Expose WritingMode bits. r=dbaron
This commit is contained in:
Родитель
a0940b9a26
Коммит
cf92b5df2c
|
@ -472,6 +472,8 @@ public:
|
|||
return IsVertical() != aOther.IsVertical();
|
||||
}
|
||||
|
||||
uint8_t GetBits() const { return mWritingMode; }
|
||||
|
||||
private:
|
||||
friend class LogicalPoint;
|
||||
friend class LogicalSize;
|
||||
|
|
Загрузка…
Ссылка в новой задаче