| Index: ui/compositor/paint_cache.h
|
| diff --git a/ui/compositor/paint_cache.h b/ui/compositor/paint_cache.h
|
| index 516424f44ca0e6122c88506abdc59b09c98ea448..5161127fe30c091b52533b0edbd6be9a9c1a1f1b 100644
|
| --- a/ui/compositor/paint_cache.h
|
| +++ b/ui/compositor/paint_cache.h
|
| @@ -30,7 +30,7 @@
|
| // Only PaintRecorder can modify these.
|
| friend PaintRecorder;
|
|
|
| - void SetCache(const cc::DrawingDisplayItem& item);
|
| + void SetCache(const cc::DrawingDisplayItem* item);
|
|
|
| bool has_cache_;
|
| cc::DrawingDisplayItem display_item_;
|
|
|