summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/gfx/canvas_paint.h2
-rw-r--r--app/resource_bundle.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/app/gfx/canvas_paint.h b/app/gfx/canvas_paint.h
index d3a71f8..aa253b9 100644
--- a/app/gfx/canvas_paint.h
+++ b/app/gfx/canvas_paint.h
@@ -13,9 +13,7 @@
namespace gfx {
-#if defined(OS_WIN) || defined(OS_LINUX)
typedef skia::CanvasPaintT<Canvas> CanvasPaint;
-#endif
} // namespace gfx
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index 8d0b29a..bba8560 100644
--- a/app/resource_bundle.h
+++ b/app/resource_bundle.h
@@ -67,7 +67,7 @@ class ResourceBundle {
void LoadThemeResources();
// Gets the bitmap with the specified resource_id, first by looking into the
- // theme data, than in the current module data if applicable.
+ // theme data, then in the current module data if applicable.
// Returns a pointer to a shared instance of the SkBitmap. This shared bitmap
// is owned by the resource bundle and should not be freed.
//