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

Unified Diff: include/core/SkStream.h

Issue 861413002: Remove staging SkStream::unref(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix stragglers. Created 5 years, 11 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/utils/win/SkIStream.h » ('j') | include/utils/win/SkIStream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkStream.h
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index 028c5c1a4dcd68b4ef4e74eb369caf6f1f4dd82b..5ea6bf3822cacdb8807dcb00ce1418d8e38ebaae 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -41,14 +41,6 @@ public:
virtual ~SkStream() {}
/**
- * @deprecated
- * SkStream is no longer ref counted, but we leave this here for staging.
- */
- void unref() {
- SkDebugf("SkStream is no longer ref counted!");
- }
-
- /**
* Attempts to open the specified file, and return a stream to it (using
* mmap if available). On success, the caller is responsible for deleting.
* On failure, returns NULL.
« no previous file with comments | « no previous file | include/utils/win/SkIStream.h » ('j') | include/utils/win/SkIStream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698