diff options
author | avi <avi@chromium.org> | 2015-12-26 09:30:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 17:32:10 +0000 |
commit | 51ba3e6902ecd7284d3be51db648127d1be2187f (patch) | |
tree | 368c5fca978f6e804d5774b22a9bd2c07eff1fc8 /ui/gfx/canvas_skia.cc | |
parent | 0d65fb8a06f3ab6e5c309e378e12640a2906af66 (diff) | |
download | chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.zip chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.gz chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.bz2 |
Clean up header files.
BUG=138542
TBR=ben@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1544283002
Cr-Commit-Position: refs/heads/master@{#366903}
Diffstat (limited to 'ui/gfx/canvas_skia.cc')
-rw-r--r-- | ui/gfx/canvas_skia.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/canvas_skia.cc b/ui/gfx/canvas_skia.cc index 60daeef..8f45fce 100644 --- a/ui/gfx/canvas_skia.cc +++ b/ui/gfx/canvas_skia.cc @@ -4,6 +4,7 @@ #include "ui/gfx/canvas.h" +#include <limits.h> #include <stddef.h> #include <stdint.h> |