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

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

Issue 606703003: Delete AXObjectCache when disabling accessibility setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
index 0552e6b69cb302b73b0fbc426f98fcdadfe06a72..16a73b5f2a420cdc31222260a8fe736a17f66d74 100644
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -59,6 +59,7 @@ public:
FontFamilyChange,
AcceleratedCompositingChange,
MediaQueryChange,
+ AccessibilityStateChange,
};
virtual void settingsChanged(ChangeType) = 0;

Powered by Google App Engine
This is Rietveld 408576698