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

Unified Diff: include/core/SkDeque.h

Issue 22947003: Make ClipStack honor save flags (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Store flags in MCRec rather then using odd check Created 7 years, 4 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 | src/core/SkCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDeque.h
===================================================================
--- include/core/SkDeque.h (revision 10709)
+++ include/core/SkDeque.h (working copy)
@@ -81,7 +81,7 @@
void reset(const SkDeque& d, IterStart startLoc);
private:
- SkDeque::Block* fCurBlock;
+ SkDeque::Block* fCurBlock;
char* fPos;
size_t fElemSize;
};
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698