Skip to content

Commit

Permalink
Update overlay scrollbar flag name.
Browse files Browse the repository at this point in the history
The flag changed to a feature flag. Was --enable-overlay-scrollbar. Is
now --enable-feature=OverlayScrollbar.

Bug: 710060
Change-Id: I4bd9d4284de0d506b9195d8e2311b7e1906b89e1
Reviewed-on: https://chromium-review.googlesource.com/549021
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#482400}
  • Loading branch information
bokand authored and Commit Bot committed Jun 26, 2017
1 parent 89156c9 commit 3b34885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
Tests a float changes using composited scrolling. Passes if the green square is always visible.<p>
To test manually, use command line switches --enable-prefer-compositing-to-lcd-text --enable-overlay-scrollbar
To test manually, use command line switches --enable-prefer-compositing-to-lcd-text --enable-features=OverlayScrollbar
<div style="width: 300px; height: 200px; background-color: green"></div>
Finished.
Finished.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>

Tests a float changes using composited scrolling. Passes if the green square is always visible.<p>
To test manually, use command line switches --enable-prefer-compositing-to-lcd-text --enable-overlay-scrollbar
To test manually, use command line switches --enable-prefer-compositing-to-lcd-text --enable-features=OverlayScrollbar
<div style="height: 200px">
<div style="float: left; width: 300px; height: 100%; overflow: auto; background-color: green">
<div id="content" style="height: 150px"></div>
Expand Down

0 comments on commit 3b34885

Please sign in to comment.