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

Unified Diff: skia/ext/canvas_paint_linux.h

Issue 151147: Include gdk.h in canvas_paint_linux.h, it uses gdk_cairo_create. (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/canvas_paint_linux.h
diff --git a/skia/ext/canvas_paint_linux.h b/skia/ext/canvas_paint_linux.h
index d05f1d648aabc60503f267d6cdf20261ae888d26..361254bd12e10c9e1a613efdfa6418c42949ec5f 100644
--- a/skia/ext/canvas_paint_linux.h
+++ b/skia/ext/canvas_paint_linux.h
@@ -8,6 +8,8 @@
#include "skia/ext/platform_canvas.h"
+#include <gdk/gdk.h>
+
namespace skia {
// A class designed to translate skia painting into a region in a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698