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

Issue 576763002: allow SkBitmapCache to operate on a local instance, for testability (Closed)

Created:
6 years, 3 months ago by reed1
Modified:
6 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

allow SkBitmapCache to operate on a local instance, for testability BUG=skia: Committed: https://skia.googlesource.com/skia/+/30ad5306be25565484a3dd76237984e071b7c4b3

Patch Set 1 #

Total comments: 4

Patch Set 2 : use __VA_ARGS__ explicitly to make MSVC happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -50 lines) Patch
M src/core/SkBitmapCache.h View 2 chunks +8 lines, -4 lines 0 comments Download
M src/core/SkBitmapCache.cpp View 1 2 chunks +19 lines, -11 lines 0 comments Download
M src/core/SkResourceCache.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/core/SkResourceCache.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/SkResourceCacheTest.cpp View 2 chunks +58 lines, -35 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
reed1
6 years, 3 months ago (2014-09-16 14:23:47 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576763002/1
6 years, 3 months ago (2014-09-16 15:14:52 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-16 15:14:52 UTC) #5
danakj
LGTM thanks for getting that test enabled. https://codereview.chromium.org/576763002/diff/1/src/core/SkBitmapCache.cpp File src/core/SkBitmapCache.cpp (right): https://codereview.chromium.org/576763002/diff/1/src/core/SkBitmapCache.cpp#newcode84 src/core/SkBitmapCache.cpp:84: return CHECK_LOCAL(localCache, ...
6 years, 3 months ago (2014-09-16 15:26:27 UTC) #7
mtklein
On 2014/09/16 15:26:27, danakj wrote: > LGTM thanks for getting that test enabled. > > ...
6 years, 3 months ago (2014-09-16 15:39:20 UTC) #8
reed1
https://codereview.chromium.org/576763002/diff/1/src/core/SkBitmapCache.cpp File src/core/SkBitmapCache.cpp (right): https://codereview.chromium.org/576763002/diff/1/src/core/SkBitmapCache.cpp#newcode84 src/core/SkBitmapCache.cpp:84: return CHECK_LOCAL(localCache, find, Find, key, BitmapRec::Visitor, result); On 2014/09/16 ...
6 years, 3 months ago (2014-09-16 17:31:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576763002/20001
6 years, 3 months ago (2014-09-16 17:32:08 UTC) #11
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-16 17:32:09 UTC) #12
mtklein
lgtm
6 years, 3 months ago (2014-09-16 17:37:29 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 17:39:58 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 30ad5306be25565484a3dd76237984e071b7c4b3

Powered by Google App Engine
This is Rietveld 408576698