Commit 4423a3b1 authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

Remove MoveToNextSiblingItem from ng_inline_cursor.h

This is a left over from r762697 <crrev.com/c/2166202>.

This patch has no behavior changes.

982194, 1035773

Change-Id: I3b094e02b840c0f7bf36abaeb2ac38c8748abb03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167635
Commit-Queue: Koji Ishii <kojii@chromium.org>
Auto-Submit: Koji Ishii <kojii@chromium.org>
Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762723}
parent 17da1064
......@@ -420,7 +420,6 @@ class CORE_EXPORT NGInlineCursor {
void MoveToItem(const ItemsSpan::iterator& iter);
void MoveToNextItem();
void MoveToNextItemSkippingChildren();
void MoveToNextSiblingItem();
void MoveToPreviousItem();
void MoveToParentPaintFragment();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment