Make TextIteratorTextState::EmitText() to take const Text&
This patch changes |TextIteratorTextState::EmitText()| to take |const Text&| since it doesn't take |nullptr| and all call sites passed non-null |Text| node for improving code health. Change-Id: I6ef1fb5d5dc85f0e4edc16be3d27913ac73648d4 Reviewed-on: https://chromium-review.googlesource.com/1025452Reviewed-by:Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#553425}
Showing
Please register or sign in to comment