[AT-SPI] Add AccessibleImpl::ScrollToChild() 98/255698/12
authorArtur Świgoń <a.swigon@samsung.com>
Mon, 22 Mar 2021 16:07:15 +0000 (17:07 +0100)
committerArtur Świgoń <a.swigon@samsung.com>
Mon, 7 Jun 2021 16:38:35 +0000 (18:38 +0200)
This replaces two virtual methods:
 * EnsureSelfVisible() - redundant, replaced by a simple loop
 * EnsureChildVisible() - renamed to ScrollToChild() to reflect
   that this concerns scrollable containers

Change-Id: I38f7be0a1117dc93ce70b496913b62a400c4432a


No differences found