diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-17 21:52:11 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-17 21:52:11 +0000 |
commit | 6fa9fa1116bfe9f55835fb1586f76ae23a77161f (patch) | |
tree | 5a454b93483ac53a6ac3ccba3f4768a8ebd1ae1e /ui/gfx/canvas.h | |
parent | 86dd17c3a84074f250d91ccff80d776ddba134ee (diff) | |
download | chromium_src-6fa9fa1116bfe9f55835fb1586f76ae23a77161f.zip chromium_src-6fa9fa1116bfe9f55835fb1586f76ae23a77161f.tar.gz chromium_src-6fa9fa1116bfe9f55835fb1586f76ae23a77161f.tar.bz2 |
ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.
BUG=100898
R=pkasting@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9718014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/canvas.h')
-rw-r--r-- | ui/gfx/canvas.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h index 4c21642..d266cdd 100644 --- a/ui/gfx/canvas.h +++ b/ui/gfx/canvas.h @@ -184,9 +184,6 @@ class UI_EXPORT Canvas { const SkColor& color, SkXfermode::Mode mode); - // Fills |rect| with the specified |brush|. - void FillRect(const gfx::Rect& rect, const gfx::Brush* brush); - // Draws a single pixel rect in the specified region with the specified // color, using a transfer mode of SkXfermode::kSrcOver_Mode. // |