 Chromium Code Reviews
 Chromium Code Reviews Issue 2883713002:
  Document some transform node animation fields.  (Closed)
    
  
    Issue 2883713002:
  Document some transform node animation fields.  (Closed) 
  | Index: cc/README.md | 
| diff --git a/cc/README.md b/cc/README.md | 
| index cfee0ba47e097a04a80ecebe259b0d1a173d58f5..8180794bfcb636918879b544eb2f3162ef8f4630 100644 | 
| --- a/cc/README.md | 
| +++ b/cc/README.md | 
| @@ -93,6 +93,9 @@ DrawQuads will be in front and occluding them. | 
| ### Property Trees | 
| +See also presentations on [Compositor Property Trees](https://docs.google.com/presentation/d/1V7gCqKR-edNdRDv0bDnJa_uEs6iARAU2h5WhgxHyejQ/preview) | 
| +and [Blink Property Trees](https://docs.google.com/presentation/u/1/d/1ak7YVrJITGXxqQ7tyRbwOuXB1dsLJlfpgC4wP7lykeo/preview). | 
| + | 
| ### Display | 
| A controller class that takes CompositorFrames for each surface and draws them | 
| to a physical output. |