Comment #2 on issue 18902 by [email protected]: Download shelf could  
look nicer
http://code.google.com/p/chromium/issues/detail?id=18902

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=23551

------------------------------------------------------------------------
r23551 | [email protected] | 2009-08-17 11:05:42 -0700 (Mon, 17 Aug 2009)  
| 16 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/app/gfx/canvas_paint.h?r1=23551&r2=23550
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/app/resource_bundle.h?r1=23551&r2=23550
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/skia/ext/canvas_paint.h?r1=23551&r2=23550
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/skia/ext/canvas_paint_mac.h

A canvas_paint for OS X.

Makes it possible to use skia to paint something into a bitmap and then  
blit that bitmap to screen. I need this so that I can call  
download_util::PaintDownloadProgress(), which needs an SkCanvas.

To be used like this:

   {
     gfx::CanvasPaint canvas(myRect);
     canvas.set_composite_alpha(true);
     download_util::PaintDownloadprogres(&canvas, ...);
   }

BUG=18902
TEST=none

Review URL: http://codereview.chromium.org/172046
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to