2
3 Don't update the text track override CSS every time a media element is created.
4 <http://webkit.org/b/119199>
5 <rdar://problem/14572855>
6
7 Reviewed by NOBODY (OOPS!).
8
9 We should only have to update the CSS if the accessibility caption preferences are changed.
10 This was forcing a full style recalc in every Document any time a media element is instantiated.
11
12 * page/CaptionUserPreferencesMediaAF.cpp:
13 (WebCore::CaptionUserPreferencesMediaAF::setInterestedInCaptionPreferenceChanges):
14