Bug 1353735 - Fix return value of binding function. r=jrmuizel

MozReview-Commit-ID: 3COc4L4J5Y2
This commit is contained in:
Kartikaya Gupta 2017-04-05 11:18:52 -04:00
Родитель ebd34c8deb
Коммит 452cd0c0a2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)