Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 89d1fb7a6d7b1a704eb21bf0c220d6c2c00fc292..628074da789dc996fbb4a8aef9d94d5ed202c764 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -237,6 +237,8 @@ public: |
| void mediaQueryAffectingValueChanged(); |
| + void textTracksVisibilityChanged(bool visible); |
| + |
| #if !ENABLE(OILPAN) |
| using ContainerNode::ref; |
| using ContainerNode::deref; |