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

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

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed TextAutosizing 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
Index: Source/platform/fonts/GenericFontFamilySettings.h
diff --git a/Source/platform/fonts/GenericFontFamilySettings.h b/Source/platform/fonts/GenericFontFamilySettings.h
index ac10e1f79d2f21b9f183ba3b70126cb2b97eaf76..d7868e01334ba01cf8719f5a84e58cce9f0d12a8 100644
--- a/Source/platform/fonts/GenericFontFamilySettings.h
+++ b/Source/platform/fonts/GenericFontFamilySettings.h
@@ -73,9 +73,9 @@ public:
// Only called by InternalSettings to clear font family maps.
void reset();
-private:
- GenericFontFamilySettings& operator=(const GenericFontFamilySettings&) WTF_DELETED_FUNCTION;
+ GenericFontFamilySettings& operator=(const GenericFontFamilySettings&);
+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> {

Powered by Google App Engine
This is Rietveld 408576698