File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ features like that.
790790
791791Next, `draw` should copy from the chrome and tab surfaces to the root
792792surface. Moreover, we need to translate the `tab_surface` down by
793- ` chrome_bottom ` and up by `scroll`, and clip it to just the area of
793+ ` chrome.bottom ` and up by `scroll`, and clip it to just the area of
794794the window that doesn't overlap the browser chrome :
795795
796796` ` ` {.python}
@@ -863,7 +863,7 @@ class Browser:
863863We also have some related changes in `Tab`. Let's rename `Tab`'s
864864` draw` method to `raster`. In it, we no longer need
865865to pass around the scroll offset to the `execute` methods, or account
866- for `chrome_bottom `, because we always draw the whole tab to the tab
866+ for `chrome.bottom `, because we always draw the whole tab to the tab
867867surface :
868868
869869` ` ` {.python}
You can’t perform that action at this time.
0 commit comments