summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 16:59:55 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 16:59:55 +0000
commit34e1cdd9d6f4fa44cb9ad0cee834b472e3bbcc14 (patch)
treeb678b53527b333ad59ffe164e1144b722ec98665 /webkit
parentfb3723e2f5fc239bda062d629d088cc43d1174b4 (diff)
downloadchromium_src-34e1cdd9d6f4fa44cb9ad0cee834b472e3bbcc14.zip
chromium_src-34e1cdd9d6f4fa44cb9ad0cee834b472e3bbcc14.tar.gz
chromium_src-34e1cdd9d6f4fa44cb9ad0cee834b472e3bbcc14.tar.bz2
Include config.h in SkPaintContext.cpp
Review URL: http://codereview.chromium.org/6252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/port/platform/graphics/SkPaintContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/SkPaintContext.cpp b/webkit/port/platform/graphics/SkPaintContext.cpp
index 4bf8cd1..863aaa0 100644
--- a/webkit/port/platform/graphics/SkPaintContext.cpp
+++ b/webkit/port/platform/graphics/SkPaintContext.cpp
@@ -27,7 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include <new>
+#include "config.h"
#include "SkPaintContext.h"