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

Unified Diff: chrome/common/ref_counted_util.h

Issue 288005: First fix to minimize copying of image data. (Closed)
Patch Set: Modify gyp Created 11 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
Index: chrome/common/ref_counted_util.h
diff --git a/chrome/common/ref_counted_util.h b/chrome/common/ref_counted_util.h
index eb388691f2f531a6c376bd46ef4a22508e47909b..801aa423d7b51be1e602fb7933bea0483401ef01 100644
--- a/chrome/common/ref_counted_util.h
+++ b/chrome/common/ref_counted_util.h
@@ -23,8 +23,4 @@ class RefCountedVector :
DISALLOW_COPY_AND_ASSIGN(RefCountedVector<T>);
};
-// RefCountedThreadSafeBytes represent a ref-counted blob of bytes.
-// Useful for passing data between threads without copying.
-typedef RefCountedVector<unsigned char> RefCountedBytes;
-
#endif // CHROME_COMMON_REF_COUNTED_UTIL_H__

Powered by Google App Engine
This is Rietveld 408576698