Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h |
| diff --git a/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h b/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h |
| index f42213cbbd3f8ca034f681b13bdf894c42eca118..c048c2a84ef2acfe3147c12a03e784e2e8c25046 100644 |
| --- a/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h |
| +++ b/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h |
| @@ -36,6 +36,8 @@ class CORE_EXPORT ElementVisibilityObserver final |
| void start(); |
| void stop(); |
| + void deliverObservationsForTesting(); |
| + |
| DECLARE_VIRTUAL_TRACE(); |
| private: |