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

Unified Diff: src/core/SkXfermode_proccoeff.h

Issue 1614923002: Add Lua SkXfermode skp scraping support (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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/core/SkXfermode_proccoeff.h
diff --git a/src/core/SkXfermode_proccoeff.h b/src/core/SkXfermode_proccoeff.h
index f86af2df01613cc2f1723e71729f09a413e77193..32a3a193dce52f0b49dcef7a25f8e756b1a2a43e 100644
--- a/src/core/SkXfermode_proccoeff.h
+++ b/src/core/SkXfermode_proccoeff.h
@@ -60,6 +60,8 @@ protected:
SkXfermodeProc getProc() const { return fProc; }
+ void luaGetName(SkString* name) const override { name->set("ProcCoeff"); }
+
private:
SkXfermodeProc fProc;
Mode fMode;

Powered by Google App Engine
This is Rietveld 408576698