summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx/chrome_canvas_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gfx/chrome_canvas_win.cc')
-rw-r--r--chrome/common/gfx/chrome_canvas_win.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/gfx/chrome_canvas_win.cc b/chrome/common/gfx/chrome_canvas_win.cc
index 1c0442d..f28b0cb 100644
--- a/chrome/common/gfx/chrome_canvas_win.cc
+++ b/chrome/common/gfx/chrome_canvas_win.cc
@@ -91,10 +91,10 @@ int ComputeFormatFlags(int flags) {
} // anonymous namespace
ChromeCanvas::ChromeCanvas(int width, int height, bool is_opaque)
- : gfx::PlatformCanvasWin(width, height, is_opaque) {
+ : skia::PlatformCanvasWin(width, height, is_opaque) {
}
-ChromeCanvas::ChromeCanvas() : gfx::PlatformCanvasWin() {
+ChromeCanvas::ChromeCanvas() : skia::PlatformCanvasWin() {
}
ChromeCanvas::~ChromeCanvas() {