Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1747)

Unified Diff: ui/gfx/canvas_skia.cc

Issue 9717034: ui/gfx: Rename canvas_skia_skia to just canvas_skia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/canvas_mac.mm ('k') | ui/gfx/canvas_skia_skia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas_skia.cc
diff --git a/ui/gfx/canvas_skia_skia.cc b/ui/gfx/canvas_skia.cc
similarity index 99%
rename from ui/gfx/canvas_skia_skia.cc
rename to ui/gfx/canvas_skia.cc
index a7af081efbbb2451e646b81a3ceb27a8d333a9f3..dac987cbd62e802ea225720ea57cc19ca975d520 100644
--- a/ui/gfx/canvas_skia_skia.cc
+++ b/ui/gfx/canvas_skia.cc
@@ -351,7 +351,7 @@ void Canvas::DrawStringWithHalo(const string16& text,
DrawBitmapInt(text_bitmap, x - 1, y - 1);
}
-// TODO(asvitkine): Remove the ifdef once all platforms use canvas_skia_skia.cc.
+// TODO(asvitkine): Remove the ifdef once all platforms use canvas_skia.cc.
#if defined(OS_WIN)
void Canvas::DrawFadeTruncatingString(
const string16& text,
« no previous file with comments | « ui/gfx/canvas_mac.mm ('k') | ui/gfx/canvas_skia_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698