summaryrefslogtreecommitdiffstats
path: root/base/gfx/platform_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/platform_canvas.h')
-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