diff options
Diffstat (limited to 'base/gfx/platform_canvas_win.h')
-rw-r--r-- | base/gfx/platform_canvas_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/platform_canvas_win.h b/base/gfx/platform_canvas_win.h index ee87460..f8944d0 100644 --- a/base/gfx/platform_canvas_win.h +++ b/base/gfx/platform_canvas_win.h @@ -43,7 +43,7 @@ namespace gfx { class PlatformCanvasWin : public SkCanvas { public: // Set is_opaque if you are going to erase the bitmap and not use - // tranparency: this will enable some optimizations. The shared_section + // transparency: this will enable some optimizations. The shared_section // parameter is passed to gfx::PlatformDevice::create. See it for details. // // If you use the version with no arguments, you MUST call initialize() |