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

Unified Diff: include/core/SkImageFilter.h

Issue 100803004: Changed maxInputCount for exact inputCount (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | src/animator/SkScript.cpp » ('j') | src/animator/SkScript.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImageFilter.h
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
index 1e9f72eb308ec666be1a960f1d96f6e75c34645f..5ab5f5c0a7e76ad8099dc90dd15c649c92d1e146 100644
--- a/include/core/SkImageFilter.h
+++ b/include/core/SkImageFilter.h
@@ -156,7 +156,7 @@ protected:
virtual ~SkImageFilter();
- explicit SkImageFilter(int maxInputCount, SkFlattenableReadBuffer& rb);
Stephen White 2013/12/03 16:22:36 Please document the -1 special case here.
sugoi 2013/12/03 16:30:52 Done.
+ explicit SkImageFilter(int inputCount, SkFlattenableReadBuffer& rb);
virtual void flatten(SkFlattenableWriteBuffer& wb) const SK_OVERRIDE;
« no previous file with comments | « no previous file | src/animator/SkScript.cpp » ('j') | src/animator/SkScript.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698