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

Unified Diff: samplecode/SampleMovie.cpp

Issue 13474012: Fix more clang errors. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: use enum Created 7 years, 9 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 | « include/pdf/SkPDFDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleMovie.cpp
diff --git a/samplecode/SampleMovie.cpp b/samplecode/SampleMovie.cpp
index 560151cb441aff4dcdce766968732c80738ce3d8..5928f92ae7dd947f08c7e6b1a0d65818886bb6f3 100644
--- a/samplecode/SampleMovie.cpp
+++ b/samplecode/SampleMovie.cpp
@@ -53,10 +53,7 @@ protected:
}
private:
- SkRect fClip;
- SkIPoint* fPoints;
SkPath fPath;
- int fPtCount;
typedef SkView INHERITED;
};
« no previous file with comments | « include/pdf/SkPDFDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698