feat: Corner Smoothing CSS rule (Reland) (#46278)
* feat: Corner Smoothing CSS rule (Reland) Reland of #45185 * Fix patch conflicts * fixup! Fix patch conflicts * Update expected image The dashed border is subtly different. The new version is correct and the old one was incorrect.
This commit is contained in:
parent
fcd836e34f
commit
09135443a0
26 changed files with 1276 additions and 1 deletions
|
@ -134,6 +134,7 @@ class WebContentsPreferences
|
|||
std::optional<base::FilePath> preload_path_;
|
||||
blink::mojom::V8CacheOptions v8_cache_options_;
|
||||
bool deprecated_paste_enabled_ = false;
|
||||
bool corner_smoothing_css_;
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
bool scroll_bounce_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue