Fix ChromeVox Closure compiler errors
The cursors package was moved to accessibility/common, but did not trigger presubmit upload Closure errors because no files were technically touched in chromevox/ (deletion/move appears not to count). @private means "private to that file" (aka, all classes can access private members of other classes if they're in the same file). cursor.js and range.js were split out from cursors.js leading to the Closure errors. R=akihiroota@chromium.org AX-Relnotes: n/a Change-Id: I140dfd153e307e0c3c8a244b57be7f3ac542231d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643572 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#846447}
Showing
Please register or sign in to comment