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

Unified Diff: include/core/SkComposeShader.h

Issue 282733005: Add functions for inspecting SkShader. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | include/core/SkShader.h » ('j') | include/core/SkShader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkComposeShader.h
diff --git a/include/core/SkComposeShader.h b/include/core/SkComposeShader.h
index cfb03b9fc0a55d76172e1f1b2c1740e773bbf7e5..3a28e1e03d8db64e5dd0bc52fcdd479255ce9d91 100644
--- a/include/core/SkComposeShader.h
+++ b/include/core/SkComposeShader.h
@@ -62,6 +62,8 @@ public:
SkShader* getShaderB() { return fShaderB; }
#endif
+ virtual bool asACompose(ComposeRec* rec) const SK_OVERRIDE;
+
SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkComposeShader)
« no previous file with comments | « no previous file | include/core/SkShader.h » ('j') | include/core/SkShader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698