зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1355614 - Update wr_dp_push_text to take an immutable pointer to match the C++ side. r=jrmuizel
MozReview-Commit-ID: GjHo8RBt3wX
This commit is contained in:
Родитель
db665d693b
Коммит
ee6ed70bc5
|
@ -1201,7 +1201,7 @@ pub extern "C" fn wr_dp_push_text(state: &mut WrState,
|
|||
clip: WrClipRegion,
|
||||
color: WrColor,
|
||||
font_key: WrFontKey,
|
||||
glyphs: *mut WrGlyphInstance,
|
||||
glyphs: *const WrGlyphInstance,
|
||||
glyph_count: u32,
|
||||
glyph_size: f32) {
|
||||
assert!(unsafe { is_in_main_thread() });
|
||||
|
|
Загрузка…
Ссылка в новой задаче