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

Issue 483493003: expose generalized imagecache key (Closed)

Created:
6 years, 4 months ago by reed1
Modified:
6 years, 4 months ago
Reviewers:
hal.canary, mtklein, qiankun
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

expose generalized imagecache key BUG=skia: Committed: https://skia.googlesource.com/skia/+/04617139f7f715bdc05a32a58e65e3c208bccff4

Patch Set 1 #

Total comments: 8

Patch Set 2 : reviewer comments #

Patch Set 3 : remove more dead code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -234 lines) Patch
M bench/ImageCacheBench.cpp View 1 3 chunks +18 lines, -4 lines 0 comments Download
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A src/core/SkBitmapCache.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A src/core/SkBitmapCache.cpp View 1 1 chunk +91 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 7 chunks +10 lines, -18 lines 0 comments Download
M src/core/SkScaledImageCache.h View 1 2 4 chunks +14 lines, -55 lines 0 comments Download
M src/core/SkScaledImageCache.cpp View 1 2 4 chunks +17 lines, -132 lines 0 comments Download
M src/lazy/SkCachingPixelRef.cpp View 3 chunks +5 lines, -9 lines 0 comments Download
M tests/ImageCacheTest.cpp View 5 chunks +25 lines, -14 lines 0 comments Download
M tests/ScaledImageCache.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
reed1
still think I'll try inverting the specialization, to ask the client to subclass Rec, thus ...
6 years, 4 months ago (2014-08-21 15:13:18 UTC) #1
Stephen White
drive-by comment: this looks like a great step forward, and I plan to investigate reusing ...
6 years, 4 months ago (2014-08-21 15:20:14 UTC) #2
reed1
On 2014/08/21 15:20:14, Stephen White wrote: > drive-by comment: this looks like a great step ...
6 years, 4 months ago (2014-08-21 15:23:54 UTC) #3
mtklein
lgtm https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.cpp File src/core/SkBitmapCache.cpp (right): https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.cpp#newcode25 src/core/SkBitmapCache.cpp:25: struct GenWHKey : public SkScaledImageCache::Key { Might want ...
6 years, 4 months ago (2014-08-21 15:29:18 UTC) #4
hal.canary
https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.h File src/core/SkBitmapCache.h (right): https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.h#newcode8 src/core/SkBitmapCache.h:8: #ifndef SkScaledBitmapKey_DEFINED Wrong define name
6 years, 4 months ago (2014-08-21 15:35:01 UTC) #5
reed1
https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.cpp File src/core/SkBitmapCache.cpp (right): https://codereview.chromium.org/483493003/diff/1/src/core/SkBitmapCache.cpp#newcode25 src/core/SkBitmapCache.cpp:25: struct GenWHKey : public SkScaledImageCache::Key { On 2014/08/21 15:29:18, ...
6 years, 4 months ago (2014-08-21 15:58:11 UTC) #6
qiankun
https://codereview.chromium.org/483493003/diff/1/src/core/SkScaledImageCache.cpp File src/core/SkScaledImageCache.cpp (right): https://codereview.chromium.org/483493003/diff/1/src/core/SkScaledImageCache.cpp#newcode282 src/core/SkScaledImageCache.cpp:282: const SkIRect& bounds) { This function doesn't need any ...
6 years, 4 months ago (2014-08-21 16:15:04 UTC) #7
reed1
https://codereview.chromium.org/483493003/diff/1/src/core/SkScaledImageCache.cpp File src/core/SkScaledImageCache.cpp (right): https://codereview.chromium.org/483493003/diff/1/src/core/SkScaledImageCache.cpp#newcode282 src/core/SkScaledImageCache.cpp:282: const SkIRect& bounds) { On 2014/08/21 16:15:03, qiankun wrote: ...
6 years, 4 months ago (2014-08-21 16:32:46 UTC) #8
reed1
The CQ bit was checked by reed@google.com
6 years, 4 months ago (2014-08-21 16:38:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/483493003/40001
6 years, 4 months ago (2014-08-21 16:39:56 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 16:47:02 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (40001) as 04617139f7f715bdc05a32a58e65e3c208bccff4

Powered by Google App Engine
This is Rietveld 408576698