diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 21:08:15 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 21:08:15 +0000 |
commit | 354ee476e6168d9cc351a5763e98ec9a6999fa8e (patch) | |
tree | 262b062593ebb9f63cac3f2046ae1da77e853795 /ui/gfx/platform_font_win.h | |
parent | 1b583b2ed078c7102216d19c0627cb30a81c78b2 (diff) | |
download | chromium_src-354ee476e6168d9cc351a5763e98ec9a6999fa8e.zip chromium_src-354ee476e6168d9cc351a5763e98ec9a6999fa8e.tar.gz chromium_src-354ee476e6168d9cc351a5763e98ec9a6999fa8e.tar.bz2 |
Add DISALLOW_COPY_AND_ASSIGN() to PlatformFont* classes.
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10915009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/platform_font_win.h')
-rw-r--r-- | ui/gfx/platform_font_win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h index 6ed5b56..be8d77b 100644 --- a/ui/gfx/platform_font_win.h +++ b/ui/gfx/platform_font_win.h @@ -148,6 +148,8 @@ class UI_EXPORT PlatformFontWin : public PlatformFont { // Indirect reference to the HFontRef, which references the underlying HFONT. scoped_refptr<HFontRef> font_ref_; + + DISALLOW_COPY_AND_ASSIGN(PlatformFontWin); }; } // namespace gfx |