зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1353735 - Fix return value of binding function. r=jrmuizel
MozReview-Commit-ID: 3COc4L4J5Y2
This commit is contained in:
Родитель
ebd34c8deb
Коммит
452cd0c0a2
|
@ -492,7 +492,7 @@ WR_FUNC;
|
|||
|
||||
// It is the responsibility of the caller to manage the dst_buffer memory
|
||||
// and also free it at the proper time.
|
||||
WR_INLINE const uint8_t*
|
||||
WR_INLINE void
|
||||
wr_renderer_readback(WrRenderer* renderer,
|
||||
uint32_t width, uint32_t height,
|
||||
uint8_t* dst_buffer, size_t buffer_length)
|
||||
|
|
Загрузка…
Ссылка в новой задаче