tree: ff5156fe2307132b39607fb06fc846de05a2a640 [path history] [tgz]
  1. common/
  2. DEPS
  3. OWNERS
  4. README.md
components/paint_preview/README.md

Paint Previews

AKA Freeze Dried Tabs

This is a WIP directory that contains code for generating and processing paint previews of pages. A paint preview is a collection of Skia Pictures representing the visual contents of a page along with the links on the page. The preview can be composited and played without a renderer process as a low-fidelity and low-cost alternative to a tab in various contexts.

Why //components?

This directory facilitates sharing code between Blink and the browser process. This has the additional benefit of keeping most of the code centralized to this directory. Parts of the code are consumed in;

  • //cc
  • //chrome
  • //content
  • //third_party/blink

Directory Structure (WIP)

  • common/ - Shared code; mojo, protos, and C++ code.