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

Unified Diff: Source/core/platform/graphics/skia/SkiaUtils.cpp

Issue 14550002: Making GraphicsContext the owner of PlatformContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixing tests and addressing comments. 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/skia/SkiaUtils.cpp
diff --git a/Source/core/platform/graphics/skia/SkiaUtils.cpp b/Source/core/platform/graphics/skia/SkiaUtils.cpp
index 135d032fd5baa6a3bc9f345f316550d441e2e01e..786be23e54c39c91d500d6ca6cb5e81c0692ebd1 100644
--- a/Source/core/platform/graphics/skia/SkiaUtils.cpp
+++ b/Source/core/platform/graphics/skia/SkiaUtils.cpp
@@ -38,6 +38,7 @@
#include "SkRegion.h"
#include "core/platform/SharedBuffer.h"
#include "core/platform/graphics/ImageBuffer.h"
+#include "core/platform/graphics/skia/PlatformContextSkia.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698