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

Unified Diff: samplecode/SampleAll.cpp

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fixing comments Created 7 years, 2 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: samplecode/SampleAll.cpp
diff --git a/samplecode/SampleAll.cpp b/samplecode/SampleAll.cpp
index 133b653c071eb12b54eeb98a604e544749ec151b..ab5041cfbce24df97b0a2cd942582f5d0d7615a7 100644
--- a/samplecode/SampleAll.cpp
+++ b/samplecode/SampleAll.cpp
@@ -164,7 +164,7 @@ public:
Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix)
: Sk2DPathEffect(matrix), fRadius(radius) {}
- SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
+ SK_DEFINE_FLATTENABLE_TYPE_CHECKING_PROCS(Dot2DPathEffect)
sugoi1 2013/10/09 14:29:58 Should be SK_DEFINE_FLATTENABLE_DESERIALIZATION_PR
protected:
virtual void next(const SkPoint& loc, int u, int v, SkPath* dst) const SK_OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698