| Index: cc/paint/skia_paint_canvas.h
|
| diff --git a/cc/paint/skia_paint_canvas.h b/cc/paint/skia_paint_canvas.h
|
| index aaed2b4dbfb2ee41909fdee2345ec6eccfc88cee..669ca9b3e0b71ef7c44b7b73ca0565be3c7112b7 100644
|
| --- a/cc/paint/skia_paint_canvas.h
|
| +++ b/cc/paint/skia_paint_canvas.h
|
| @@ -46,7 +46,7 @@
|
| int y) override;
|
| int save() override;
|
| int saveLayer(const SkRect* bounds, const PaintFlags* flags) override;
|
| - int saveLayerAlpha(const SkRect* bounds, uint8_t alpha) override;
|
| + int saveLayerAlpha(const SkRect* bounds, U8CPU alpha) override;
|
|
|
| void restore() override;
|
| int getSaveCount() const override;
|
|
|