only notify bitmaps that have been added to the cache
authorreed <reed@google.com>
Wed, 25 Feb 2015 15:17:11 +0000 (07:17 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 15:17:11 +0000 (07:17 -0800)
commit83787d0ff0a2b2f839a4a3ce6dadd033f83fe643
treeabc0791b564824241daf23640ba04f4513bbb5b6
parent8673765ab59beec47d0ec8d057ff218e550e658f
only notify bitmaps that have been added to the cache

old code:
- calls=2677 hit-rate=3.51139%

new code:
- calls=94 hit-rate=97.8723%

BUG=skia:

Review URL: https://codereview.chromium.org/960563002
include/core/SkPixelRef.h
src/core/SkBitmapCache.cpp
src/core/SkBitmapCache.h
src/core/SkPixelRef.cpp
src/core/SkResourceCache.cpp
src/gpu/SkGrPixelRef.cpp
src/lazy/SkCachingPixelRef.cpp
tests/SkResourceCacheTest.cpp