diff options
Diffstat (limited to 'webkit/port/platform/graphics/SkGraphicsContext.h')
-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; |