 Chromium Code Reviews
 Chromium Code Reviews Issue 18466005:
  Allow the resource cache to (indirectly) flush the InOrderDrawBuffer  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/
    
  
    Issue 18466005:
  Allow the resource cache to (indirectly) flush the InOrderDrawBuffer  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/| Index: include/gpu/GrContext.h | 
| =================================================================== | 
| --- include/gpu/GrContext.h (revision 9928) | 
| +++ include/gpu/GrContext.h (working copy) | 
| @@ -929,6 +929,12 @@ | 
| bool swapRAndB, | 
| const SkMatrix& matrix); | 
| + /** | 
| + * This callback allows the resource cache to callback into the GrContext | 
| + * when the cache is still overbudget after a purge. | 
| + */ | 
| + static bool OverbudgetCB(void* data); | 
| + | 
| typedef GrRefCnt INHERITED; | 
| }; |