diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 20:07:56 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 20:07:56 +0000 |
commit | c26813bfca74edf2d0f290d0ab4fd7184c84f498 (patch) | |
tree | 533f5c4a4a7ca8f8d82899d6c6906cb4fef9d74e /webkit | |
parent | c9b47244b8207ec691c702d673346ead6346c3be (diff) | |
download | chromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.zip chromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.tar.gz chromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.tar.bz2 |
Fixup some nits from brett
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/port/platform/graphics/SkGraphicsContext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/port/platform/graphics/SkGraphicsContext.h b/webkit/port/platform/graphics/SkGraphicsContext.h index 74c2fa0..f1e9698 100644 --- a/webkit/port/platform/graphics/SkGraphicsContext.h +++ b/webkit/port/platform/graphics/SkGraphicsContext.h @@ -5,9 +5,8 @@ #ifndef SkGraphicsContext_h #define SkGraphicsContext_h -#include "SkPorterDuff.h" - #include "base/gfx/platform_canvas.h" +#include "SkPorterDuff.h" class NativeImageSkia; struct SkIRect; |