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

Unified Diff: include/core/SkWriter32.h

Issue 23757008: Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that sta… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | « gyp/utils.gyp ('k') | include/utils/SkCanvasStateUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkWriter32.h
diff --git a/include/core/SkWriter32.h b/include/core/SkWriter32.h
index 0db6540a9f5ee32fa2bd12beb1cb983889591d9c..308e28897fa860df98cb473ad4c9bab9d391e54f 100644
--- a/include/core/SkWriter32.h
+++ b/include/core/SkWriter32.h
@@ -114,10 +114,6 @@ public:
*(SkRect*)this->reserve(sizeof(rect)) = rect;
}
- void writeIRect(const SkIRect& rect) {
- *(SkIRect*)this->reserve(sizeof(rect)) = rect;
- }
-
void writeRRect(const SkRRect& rrect) {
rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
}
« no previous file with comments | « gyp/utils.gyp ('k') | include/utils/SkCanvasStateUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698