Bug 1505177. Remove gfxContext::CurrentDashOffset(). r=miko

Differential Revision: https://phabricator.services.mozilla.com/D11108

--HG--
extra : rebase_source : 977d4ff035e6b9bdbe79053d154db998d61cc724
extra : amend_source : 66649e6eda2ce762ac8f642525f7b56e612a8510
This commit is contained in:
Jonathan Watt 2018-11-06 11:50:23 +00:00
Родитель f31705c291
Коммит aeb16eec85
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -505,12 +505,6 @@ gfxContext::CurrentDash(FallibleTArray<Float>& dashes, Float* offset) const
return true;
}
Float
gfxContext::CurrentDashOffset() const
{
return CurrentState().strokeOptions.mDashOffset;
}
void
gfxContext::SetLineWidth(Float width)
{

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

@ -315,8 +315,6 @@ public:
// context is in an error state. |offset| can be nullptr to mean
// "don't care".
bool CurrentDash(FallibleTArray<Float>& dashes, Float* offset) const;
// Returns 0.0 if dashing isn't enabled.
Float CurrentDashOffset() const;
/**
* Sets the line width that's used for line drawing.