diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 03:05:55 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 03:05:55 +0000 |
commit | cf69668ebabe1ad7327347ca51f8231a6ed1eb86 (patch) | |
tree | 9bd0a7ee0bec41bb67c6af16bc6ac9a0139baf13 /skia/ext/platform_device_win.h | |
parent | 281d898e4ab8b529a8c0b3a532a39f5ccf4a95d3 (diff) | |
download | chromium_src-cf69668ebabe1ad7327347ca51f8231a6ed1eb86.zip chromium_src-cf69668ebabe1ad7327347ca51f8231a6ed1eb86.tar.gz chromium_src-cf69668ebabe1ad7327347ca51f8231a6ed1eb86.tar.bz2 |
Build skia as a dll in windows multi-dll build.
BUG=75686
TEST=none
Review URL: http://codereview.chromium.org/6682011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_device_win.h')
-rw-r--r-- | skia/ext/platform_device_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_device_win.h b/skia/ext/platform_device_win.h index 86f3495f..425f944 100644 --- a/skia/ext/platform_device_win.h +++ b/skia/ext/platform_device_win.h @@ -10,7 +10,7 @@ #include <vector> -#include "SkDevice.h" +#include "third_party/skia/include/core/SkDevice.h" class SkMatrix; class SkPath; @@ -23,7 +23,7 @@ namespace skia { // to. It also provides functionality to play well with GDI drawing functions. // This class is abstract and must be subclassed. It provides the basic // interface to implement it either with or without a bitmap backend. -class PlatformDevice : public SkDevice { +class SK_API PlatformDevice : public SkDevice { public: typedef HDC PlatformSurface; |