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

Issue 113823003: remove Sk64 from public API, and start to remove usage internally (Closed)

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

Description

remove Sk64 from public API, and start to remove usage internally BUG= R=robertphillips@google.com Committed: https://code.google.com/p/skia/source/detail?r=12840

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -103 lines) Patch
M include/core/Sk64.h View 3 chunks +5 lines, -2 lines 0 comments Download
M include/core/SkBitmap.h View 5 chunks +35 lines, -16 lines 0 comments Download
M include/core/SkMath.h View 1 chunk +26 lines, -0 lines 0 comments Download
M include/core/SkTypes.h View 3 chunks +2 lines, -2 lines 0 comments Download
M include/utils/SkRandom.h View 3 chunks +25 lines, -5 lines 0 comments Download
M src/core/SkBitmap.cpp View 5 chunks +30 lines, -44 lines 0 comments Download
M src/core/SkMallocPixelRef.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M src/core/SkMipMap.cpp View 1 chunk +3 lines, -9 lines 0 comments Download
M src/core/SkRegion_path.cpp View 2 chunks +7 lines, -9 lines 0 comments Download
M src/images/SkImageDecoder_libwebp.cpp View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tests/BitmapCopyTest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/Sk64Test.cpp View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
reed1
define SK_SUPPORT_LEGACY_SK64 for chrome (for now)
7 years ago (2013-12-20 16:18:17 UTC) #1
robertphillips
lgtm + questions https://codereview.chromium.org/113823003/diff/1/include/core/SkBitmap.h File include/core/SkBitmap.h (right): https://codereview.chromium.org/113823003/diff/1/include/core/SkBitmap.h#newcode169 include/core/SkBitmap.h:169: #ifdef SK_SUPPORT_LEGACY_SK64 use computeSize64? https://codereview.chromium.org/113823003/diff/1/include/core/SkBitmap.h#newcode176 include/core/SkBitmap.h:176: ...
7 years ago (2013-12-20 16:40:21 UTC) #2
bungeman-skia
https://codereview.chromium.org/113823003/diff/1/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/113823003/diff/1/src/core/SkBitmap.cpp#newcode43 src/core/SkBitmap.cpp:43: int64_t size = (levelCount + 1) * sizeof(MipLevel); also, ...
7 years ago (2013-12-20 17:00:30 UTC) #3
reed1
Committed patchset #2 manually as r12840 (presubmit successful).
6 years, 11 months ago (2013-12-30 14:14:50 UTC) #4
reed1
6 years, 11 months ago (2013-12-30 14:24:17 UTC) #5
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/122283002/ by reed@google.com.

The reason for reverting is: need to update callsites in linux codecs.

Powered by Google App Engine
This is Rietveld 408576698