summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-16 01:22:46 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-16 01:22:46 +0000
commitd43f86e2746a383637c2e35f4f6be054c029816a (patch)
tree9860b6743ec71ccb8181ce2feee0cfdc7c9541a9 /ui
parenta42fd4efd59f80dbfab1bc21128c993d7d15cbf8 (diff)
downloadchromium_src-d43f86e2746a383637c2e35f4f6be054c029816a.zip
chromium_src-d43f86e2746a383637c2e35f4f6be054c029816a.tar.gz
chromium_src-d43f86e2746a383637c2e35f4f6be054c029816a.tar.bz2
Add some missing header files and fix a template parameter to fix compiler warnings.
Review URL: http://codereview.chromium.org/7027004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/codec/jpeg_codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/codec/jpeg_codec.h b/ui/gfx/codec/jpeg_codec.h
index 5ad4a4a8..df535c2 100644
--- a/ui/gfx/codec/jpeg_codec.h
+++ b/ui/gfx/codec/jpeg_codec.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,6 +6,7 @@
#define UI_GFX_CODEC_JPEG_CODEC_H_
#pragma once
+#include <stddef.h>
#include <vector>
class SkBitmap;