diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 14:51:44 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 14:51:44 +0000 |
commit | c43c668dd1ffb6e730465a9a2f0544decb204865 (patch) | |
tree | caa081d78ce24b1129198e6731b9bd77f4dcb9cf /skia/ext/platform_device_mac.h | |
parent | 6c8c80e7b1b85f30ad4c6626a9ec3f31818086da (diff) | |
download | chromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.zip chromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.tar.gz chromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.tar.bz2 |
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
Diffstat (limited to 'skia/ext/platform_device_mac.h')
-rw-r--r-- | skia/ext/platform_device_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/platform_device_mac.h b/skia/ext/platform_device_mac.h index b2136af..2005e89 100644 --- a/skia/ext/platform_device_mac.h +++ b/skia/ext/platform_device_mac.h @@ -6,7 +6,7 @@ #define SKIA_EXT_PLATFORM_DEVICE_MAC_H_ #import <ApplicationServices/ApplicationServices.h> -#include "SkDevice.h" +#include "third_party/skia/include/core/SkDevice.h" class SkMatrix; class SkPath; |