| Index: ui/compositor/paint_cache.h
|
| diff --git a/ui/compositor/paint_cache.h b/ui/compositor/paint_cache.h
|
| index bb8159a8d1f724993355b5812f011e3921e4800d..12c588c2447c5f1ecb254438d5bc7105c5d2e618 100644
|
| --- a/ui/compositor/paint_cache.h
|
| +++ b/ui/compositor/paint_cache.h
|
| @@ -30,7 +30,7 @@ class COMPOSITOR_EXPORT PaintCache {
|
| // 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_;
|
|
|