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

Issue 15314004: Move SkImage::encode to SkImage_Codec.cpp. (Closed)

Created:
7 years, 7 months ago by scroggo
Modified:
7 years, 7 months ago
Reviewers:
robertphillips, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Move SkImage::encode to SkImage_Codec.cpp. Chrome depends on SkImage.cpp, but does not include SkImageDecoder, so having SkImage::encode in SkImage.cpp breaks chromium. Temporarily fix the problem by moving the implementation into SkImage_Codec.cpp. The larger fix will be to solve https://code.google.com/p/skia/issues/detail?id=1275 Committed: http://code.google.com/p/skia/source/detail?r=9204

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -29 lines) Patch
M gyp/tools.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M src/image/SkImage.cpp View 3 chunks +0 lines, -29 lines 0 comments Download
M src/image/SkImage_Codec.cpp View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scroggo
7 years, 7 months ago (2013-05-20 22:13:00 UTC) #1
robertphillips
lgtm
7 years, 7 months ago (2013-05-20 23:50:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/scroggo@google.com/15314004/1
7 years, 7 months ago (2013-05-20 23:51:03 UTC) #3
commit-bot: I haz the power
7 years, 7 months ago (2013-05-20 23:57:40 UTC) #4
Message was sent while issue was closed.
Change committed as 9204

Powered by Google App Engine
This is Rietveld 408576698