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

Unified Diff: src/utils/ios/SkOSFile_iOS.mm

Issue 322403007: Fix a number of issues with iOS build. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove unnecessary image Created 6 years, 6 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 | « src/utils/ios/SkImageDecoder_iOS.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/ios/SkOSFile_iOS.mm
diff --git a/src/utils/ios/SkOSFile_iOS.mm b/src/utils/ios/SkOSFile_iOS.mm
index e38ecfdab4deaab4e6bbd5486f7f1a012fc6a3f9..7dcc75265b08c85ac6d4771644c4e6b721784c5e 100755
--- a/src/utils/ios/SkOSFile_iOS.mm
+++ b/src/utils/ios/SkOSFile_iOS.mm
@@ -9,6 +9,7 @@
#include "SkOSFile.h"
#include "SkString.h"
+/*
tfarina 2014/06/11 19:12:11 why you do this?
struct SkFILE {
NSData* fData;
size_t fOffset;
@@ -95,4 +96,4 @@ void sk_fclose(SkFILE* rec) {
[rec->fData release];
delete rec;
}
-
+*/
« no previous file with comments | « src/utils/ios/SkImageDecoder_iOS.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698