Home | History | Annotate | Download | only in chrome

Lines Matching full:skia

4 If your change modifies the Skia API, you may also need to land a change in Chromium.
6 The strategy you use to synchronize changes in the Skia and Chromium
13 * Add new code to Skia, leaving the old code in place.
16 * Synchronize the above changes in Skia with a Chromium commit to
17 'skia/skia_common.gypi' or 'skia/config/SkUserConfig.h' to enable the
18 deprecated Skia API.
21 * Test the new or updated Skia API within Chromium.
26 * Add new code to Skia, suppressed by a flag.
28 * Set the flag in Chromium's 'skia/skia_common.gypi' or
29 'skia/config/SkUserConfig.h' to enable the new or updated Skia API.
30 * Test the new or updated Skia API within Chromium.
35 how to synchronize the changes between Skia, Blink, and Chromium [here](./blink).