Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: src/utils/SkShadowPaintFilterCanvas.h

Issue 2294323003: made point light shadows (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/utils/SkShadowPaintFilterCanvas.h
diff --git a/src/utils/SkShadowPaintFilterCanvas.h b/src/utils/SkShadowPaintFilterCanvas.h
index 698f6e117388dd5aa14064e7ba4c38bae26a7428..93ed9e6b88d4e7352a1c46f82eac377f3c2a1c59 100644
--- a/src/utils/SkShadowPaintFilterCanvas.h
+++ b/src/utils/SkShadowPaintFilterCanvas.h
@@ -40,7 +40,7 @@ protected:
void onDrawPicture(const SkPicture *picture, const SkMatrix *matrix,
const SkPaint *paint) override;
robertphillips 2016/08/31 22:18:19 const SkRect&
- void updateMatrix();
+ void updateMatrix(const SkRect boundRect);
void onDrawPaint(const SkPaint &paint) override;

Powered by Google App Engine
This is Rietveld 408576698