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

Unified Diff: include/effects/SkCornerPathEffect.h

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: New serialization method Created 7 years, 3 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/SkCornerPathEffect.h
diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
index 704b7fb8f024194d1f6e3eb0028be490c934378d..776a9c80b9a66e9b5303e1fbc64649f6dde75a29 100644
--- a/include/effects/SkCornerPathEffect.h
+++ b/include/effects/SkCornerPathEffect.h
@@ -16,6 +16,8 @@
into various treatments (e.g. rounded corners)
*/
class SK_API SkCornerPathEffect : public SkPathEffect {
+ typedef SkPathEffect INHERITED;
+
public:
/** radius must be > 0 to have an effect. It specifies the distance from each corner
that should be "rounded".
@@ -34,8 +36,6 @@ protected:
private:
SkScalar fRadius;
-
- typedef SkPathEffect INHERITED;
};
#endif

Powered by Google App Engine
This is Rietveld 408576698