summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx/chrome_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gfx/chrome_canvas.h')
-rw-r--r--chrome/common/gfx/chrome_canvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/gfx/chrome_canvas.h b/chrome/common/gfx/chrome_canvas.h
index 4c6d63d..bc29deb 100644
--- a/chrome/common/gfx/chrome_canvas.h
+++ b/chrome/common/gfx/chrome_canvas.h
@@ -33,7 +33,7 @@
#include <windows.h>
#include <string>
#include "base/basictypes.h"
-#include "base/gfx/platform_canvas.h"
+#include "base/gfx/platform_canvas_win.h"
class ChromeFont;
namespace gfx {
@@ -56,7 +56,7 @@ class Rect;
// source and destination colors are combined. Unless otherwise specified,
// the variant that does not take a SkPorterDuff::Mode uses a transfer mode
// of kSrcOver_Mode.
-class ChromeCanvas : public gfx::PlatformCanvas {
+class ChromeCanvas : public gfx::PlatformCanvasWin {
public:
// Specifies the alignment for text rendered with the DrawStringInt method.
static const int TEXT_ALIGN_LEFT = 1;