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

Unified Diff: src/pdf/SkPDFCanon.cpp

Issue 872643005: minor changes left out of http://crrev.com/873543002 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFCanon.cpp
diff --git a/src/pdf/SkPDFCanon.cpp b/src/pdf/SkPDFCanon.cpp
index bea1400bd64ca5de40a59d78fe38dc6ea061211f..6b52018ce41e81ae08c6b8688f43b6846def3d19 100644
--- a/src/pdf/SkPDFCanon.cpp
+++ b/src/pdf/SkPDFCanon.cpp
@@ -39,7 +39,6 @@ static void assert_mutex_held(const SkPDFCanon* canon, SkBaseMutex& mutex) {
template <class T> T* assert_ptr(T* p) { SkASSERT(p); return p; }
-// TODO(halcanary): add this method to SkTDArray.
template <typename T>
bool remove_item(SkTDArray<T>* array, const T& elem) {
int i = array->find(elem);
« no previous file with comments | « no previous file | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698