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

Unified Diff: gfx/platform_font_gtk.cc

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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
Index: gfx/platform_font_gtk.cc
diff --git a/gfx/platform_font_gtk.cc b/gfx/platform_font_gtk.cc
index 6458a482509a4da8e9c614b693aeac46bc89dca0..5ed7793be1f4d8e320b5342f243fda128f73a6f0 100644
--- a/gfx/platform_font_gtk.cc
+++ b/gfx/platform_font_gtk.cc
@@ -279,6 +279,8 @@ PlatformFontGtk::PlatformFontGtk(SkTypeface* typeface,
InitWithTypefaceNameSizeAndStyle(typeface, name, size, style);
}
+PlatformFontGtk::~PlatformFontGtk() {}
+
void PlatformFontGtk::InitWithNameAndSize(const std::wstring& font_name,
int font_size) {
DCHECK_GT(font_size, 0);

Powered by Google App Engine
This is Rietveld 408576698