diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-12-10 14:13:03 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-12-10 14:13:03 +0000 |
commit | 9bde13c1b27b3704a45992341855192032e966b2 (patch) | |
tree | c72da6de2db0901992fceb86f5c957f521ce25cc /.gitignore | |
parent | 2e7958f8fb57c4c4898ccc8ee9a3c42238c0d2d7 (diff) |
Add a canvas object with drawRect() and inval().
BUG=
R=robertphillips@google.com
Author: jcgregorio@google.com
Review URL: https://codereview.chromium.org/110693002
git-svn-id: http://skia.googlecode.com/svn/trunk@12595 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b44f4daf0d..2e09730bec 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ gyp/build/ out/ third_party/externals/ xcodebuild/ +TAGS |