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

Unified Diff: Source/platform/fonts/GenericFontFamilySettings.h

Issue 157853002: Revert of Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/platform/fonts/FontDescription.h ('k') | Source/platform/fonts/GenericFontFamilySettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GenericFontFamilySettings.h
diff --git a/Source/platform/fonts/GenericFontFamilySettings.h b/Source/platform/fonts/GenericFontFamilySettings.h
index d7868e01334ba01cf8719f5a84e58cce9f0d12a8..ac10e1f79d2f21b9f183ba3b70126cb2b97eaf76 100644
--- a/Source/platform/fonts/GenericFontFamilySettings.h
+++ b/Source/platform/fonts/GenericFontFamilySettings.h
@@ -73,9 +73,9 @@
// Only called by InternalSettings to clear font family maps.
void reset();
- GenericFontFamilySettings& operator=(const GenericFontFamilySettings&);
+private:
+ GenericFontFamilySettings& operator=(const GenericFontFamilySettings&) WTF_DELETED_FUNCTION;
-private:
// UScriptCode uses -1 and 0 for UScriptInvalidCode and UScriptCommon.
// We need to use -2 and -3 for empty value and deleted value.
struct UScriptCodeHashTraits : WTF::GenericHashTraits<int> {
« no previous file with comments | « Source/platform/fonts/FontDescription.h ('k') | Source/platform/fonts/GenericFontFamilySettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698