0
Files
src/third_party/blink
Rune Lillesveen 04733728d0 Get InitialStyle singleton from StyleResolver for animations
Plumb StyleResolver::InitialStyle from StyleResolverState as necessary
for animation interpolations where the initial value is needed.

This should be the last CL to remove all uses of
ComputedStyle::InitialStyle() from the code. After this lands we can
introduce a singleton per StyleResolver.

Bug: 1115000
Change-Id: Ib1c32ea7a80a84d12a1ec37008fdfcb271a8e47e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2772485
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#864638}
2021-03-19 14:07:18 +00:00
..

Blink

Blink is the browser engine used by Chromium. It is located in src/third_party/blink.

See also the Blink page on chromium.org.

Code Policy

Blink follows content guidelines: only code that implements web platform features should live in Blink.

Directory structure

  • common/: code that can run in the browser process or renderer process.
  • public/: the Blink Public API, used primarily by the content module.
  • renderer/: code that runs in the renderer process (most of Blink).
  • web_tests/: integration tests called "web tests".