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

Unified Diff: Source/core/frame/SettingsDelegate.h

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added 2 layout tests Created 7 years 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/core/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
index 2ea0bf2fe07957bb2a6a1c91506b9b9dca051270..96827ce4b3f6adaa08acbe3ee2736ebfcf728879 100644
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -56,6 +56,7 @@ public:
MultisamplingChange,
ImageLoadingChange,
TextAutosizingChange,
+ FontFamilyChange,
};
virtual void settingsChanged(ChangeType) = 0;

Powered by Google App Engine
This is Rietveld 408576698