 Chromium Code Reviews
 Chromium Code Reviews Issue 98703002:
  Fix compilation with SK_ENABLE_INST_COUNT=1  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 98703002:
  Fix compilation with SK_ENABLE_INST_COUNT=1  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| Index: include/lazy/SkLruImageCache.h | 
| diff --git a/include/lazy/SkLruImageCache.h b/include/lazy/SkLruImageCache.h | 
| index 5170a05a54d7829eb6eb4ccaef55fadff51c0d7e..85095618b787f5fce18eb70995eeaa3a42afb944 100644 | 
| --- a/include/lazy/SkLruImageCache.h | 
| +++ b/include/lazy/SkLruImageCache.h | 
| @@ -86,6 +86,7 @@ private: | 
| * Remove a set of CachedPixels. Mutex must be locked before calling. | 
| */ | 
| void removePixels(CachedPixels*); | 
| + typedef SkImageCache INHERITED; | 
| }; | 
| #endif // SkLruImageCache_DEFINED |