Index: cc/paint/skia_paint_canvas.cc |
diff --git a/cc/paint/skia_paint_canvas.cc b/cc/paint/skia_paint_canvas.cc |
index 44aad202de1eb44a23e0949620ade29a9dff9e5e..3ade77f6e1ae7ae30c2fd81d90c39d71091ead33 100644 |
--- a/cc/paint/skia_paint_canvas.cc |
+++ b/cc/paint/skia_paint_canvas.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/paint/paint_canvas.h" |
+#include "cc/paint/skia_paint_canvas.h" |
#include "base/memory/ptr_util.h" |
#include "cc/paint/display_item_list.h" |
@@ -46,7 +46,7 @@ int SkiaPaintCanvas::saveLayer(const SkRect* bounds, const PaintFlags* flags) { |
return canvas_->saveLayer(bounds, ToSkPaint(flags)); |
} |
-int SkiaPaintCanvas::saveLayerAlpha(const SkRect* bounds, U8CPU alpha) { |
+int SkiaPaintCanvas::saveLayerAlpha(const SkRect* bounds, uint8_t alpha) { |
return canvas_->saveLayerAlpha(bounds, alpha); |
} |