| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index cb177424822b381be000759b21c50d03185eed2d..22c01e7f2ebffe5c79db44720e6b258e6fcdeea4 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -29,7 +29,6 @@
|
| #define GraphicsContext_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/fonts/Font.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/DashArray.h"
|
| @@ -43,6 +42,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassOwnPtr.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| class SkBitmap;
|
| class SkPaint;
|
|
|