diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 22:56:19 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 22:56:19 +0000 |
commit | 4fe2171e783c964970a758dd2655e73a021f1c4e (patch) | |
tree | cb696536460a41c588fc8ee626fbce54826c44b5 /ui | |
parent | 82d2c33288f013f00cc122fb39cf3c4c7950028e (diff) | |
download | chromium_src-4fe2171e783c964970a758dd2655e73a021f1c4e.zip chromium_src-4fe2171e783c964970a758dd2655e73a021f1c4e.tar.gz chromium_src-4fe2171e783c964970a758dd2655e73a021f1c4e.tar.bz2 |
roll skia to 4991
Review URL: https://chromiumcodereview.appspot.com/10834210
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gfx/render_text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h index bebe109..d930522 100644 --- a/ui/gfx/render_text.h +++ b/ui/gfx/render_text.h @@ -16,6 +16,7 @@ #include "base/string16.h" #include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkPaint.h" +#include "third_party/skia/include/core/SkRect.h" #include "ui/base/range/range.h" #include "ui/gfx/font_list.h" #include "ui/gfx/point.h" |