summaryrefslogtreecommitdiffstats
path: root/base/gfx
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-22 20:14:37 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-22 20:14:37 +0000
commitdc3d4ee1aef556cc630efbbdd23160792793044e (patch)
tree6a273efb78ac053a5b4745ff627b3b53f226b690 /base/gfx
parentd2a10d134c864765e7015a62f20642f398adc721 (diff)
downloadchromium_src-dc3d4ee1aef556cc630efbbdd23160792793044e.zip
chromium_src-dc3d4ee1aef556cc630efbbdd23160792793044e.tar.gz
chromium_src-dc3d4ee1aef556cc630efbbdd23160792793044e.tar.bz2
De-winify context headers in prep for future mac implementations. First step.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r--base/gfx/platform_canvas.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/gfx/platform_canvas.h b/base/gfx/platform_canvas.h
index 269027d..b4d978b 100644
--- a/base/gfx/platform_canvas.h
+++ b/base/gfx/platform_canvas.h
@@ -31,6 +31,9 @@
// that can be used by upper-level classes that just need to pass a reference
// around.
+#include "build/build_config.h"
+
+namespace gfx {
#if defined(OS_WIN)
class PlatformCanvasWin;
typedef PlatformCanvasWin PlatformCanvas;
@@ -38,3 +41,4 @@ typedef PlatformCanvasWin PlatformCanvas;
class PlatformCanvasMac;
typedef PlatformCanvasMac PlatformCanvas;
#endif
+} \ No newline at end of file