зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1328602 - Fix incorrect return type in ffi signature. r=gfx?
MozReview-Commit-ID: hbkWlWYkDP
This commit is contained in:
Родитель
a5594122e3
Коммит
48a6c2c8d7
|
@ -203,7 +203,7 @@ wr_renderer_set_profiler_enabled(WrRenderer* renderer, bool enabled) WR_FUNC;
|
|||
WR_INLINE bool
|
||||
wr_renderer_current_epoch(WrRenderer* renderer, WrPipelineId pipeline_id, WrEpoch* out_epoch) WR_FUNC;
|
||||
|
||||
WR_INLINE bool
|
||||
WR_INLINE void
|
||||
wr_renderer_delete(WrRenderer* renderer) WR_FUNC;
|
||||
|
||||
WR_INLINE void
|
||||
|
|
Загрузка…
Ссылка в новой задаче