From c43c668dd1ffb6e730465a9a2f0544decb204865 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 19 May 2009 14:51:44 +0000 Subject: Fix Skia includes to use the whole path name. Review URL: http://codereview.chromium.org/115412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16374 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gfx/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/gfx') diff --git a/app/gfx/path.h b/app/gfx/path.h index 9c70209..96ae427 100644 --- a/app/gfx/path.h +++ b/app/gfx/path.h @@ -13,7 +13,7 @@ typedef struct _GdkRegion GdkRegion; #endif -#include "SkPath.h" +#include "third_party/skia/include/core/SkPath.h" namespace gfx { -- cgit v1.1