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

Unified Diff: include/effects/SkLerpXfermode.h

Issue 1585813004: SkValue: SkXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comments from mtklein 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: include/effects/SkLerpXfermode.h
diff --git a/include/effects/SkLerpXfermode.h b/include/effects/SkLerpXfermode.h
index 8ba42302bf5a7aa980ecc45b2688ad77e12e2fb0..27daf78982d19afeb00f1741ba00935f3e2036a5 100644
--- a/include/effects/SkLerpXfermode.h
+++ b/include/effects/SkLerpXfermode.h
@@ -39,6 +39,8 @@ private:
unsigned fScale256; // 0..256
+ SkValue asValue() const override;
+
typedef SkXfermode INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698