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

Unified Diff: ios/web/web_state/DEPS

Issue 2528043002: Implement DownloadImage directly in WebStateImpl (Closed)
Patch Set: Add deps Created 4 years, 1 month 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: ios/web/web_state/DEPS
diff --git a/ios/web/web_state/DEPS b/ios/web/web_state/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ee54c22bef5e555a7acf11066e1ea9b81ad3547b
--- /dev/null
+++ b/ios/web/web_state/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+skia/ext",
+ "+third_party/skia",
kkhorimoto 2016/11/28 23:56:50 I'm pretty sure that we don't want to introduce th
Eugene But (OOO till 7-30) 2016/11/30 17:13:49 +1 Can we use UIKit API for extracting image size?
gambard 2016/12/01 15:14:21 As explain in another CL: UIImage makes some assum
gambard 2016/12/01 15:14:21 Actually, the ImageFetchedCallback type use a SkBi
+]

Powered by Google App Engine
This is Rietveld 408576698