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

Unified Diff: include/core/SkPath.h

Issue 26557003: Add a GPU paths to resource cache of the context (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: a 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
« no previous file with comments | « no previous file | include/core/SkPathRef.h » ('j') | include/gpu/GrContext.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPath.h
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index a6674d9afb4e65cc024ee8a155d5f4f4b4869bfe..dca8ae206bdae3a1b45ee8915cce7d8c1ae6d105 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -926,6 +926,8 @@ public:
void setSourcePath(const SkPath* path);
#endif
+ uint32_t getHash() const;
bsalomon 2013/10/18 13:25:24 We already have a getGenerationID() method that is
Kimmo Kinnunen 2013/10/21 13:40:48 There's the problem that this would be confusing f
+
SkDEBUGCODE(void validate() const;)
private:
« no previous file with comments | « no previous file | include/core/SkPathRef.h » ('j') | include/gpu/GrContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698