Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1431)

Unified Diff: Source/core/platform/graphics/Path.cpp

Issue 14550002: Making GraphicsContext the owner of PlatformContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix the Windows build. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/graphics/Path.cpp
diff --git a/Source/core/platform/graphics/Path.cpp b/Source/core/platform/graphics/Path.cpp
index 28c7f439b9c4db7c474e504305d31e028d44d8ba..67849ac160e25ce9b4985bd7409fd9c71e0e33e9 100644
--- a/Source/core/platform/graphics/Path.cpp
+++ b/Source/core/platform/graphics/Path.cpp
@@ -36,6 +36,7 @@
#include "core/platform/graphics/ImageBuffer.h"
#include "core/platform/graphics/PathTraversalState.h"
#include "core/platform/graphics/StrokeStyleApplier.h"
+#include "core/platform/graphics/skia/PlatformContextSkia.h"
#include "core/platform/graphics/skia/SkiaUtils.h"
#include "core/platform/graphics/transforms/AffineTransform.h"
#include <wtf/MathExtras.h>

Powered by Google App Engine
This is Rietveld 408576698