| Index: components/dom_distiller/content/renderer/distillability_agent.h
|
| diff --git a/components/dom_distiller/content/renderer/distillability_agent.h b/components/dom_distiller/content/renderer/distillability_agent.h
|
| index 940f7c166912da0392525becf48910d52a3c6264..68772487006d175af0144aa5ab6f27d39b30861c 100644
|
| --- a/components/dom_distiller/content/renderer/distillability_agent.h
|
| +++ b/components/dom_distiller/content/renderer/distillability_agent.h
|
| @@ -17,6 +17,7 @@ class DistillabilityAgent : public content::RenderFrameObserver {
|
|
|
| // content::RenderFrameObserver:
|
| void DidMeaningfulLayout(blink::WebMeaningfulLayout layout_type) override;
|
| + void OnDestruct() override;
|
| };
|
|
|
| } // namespace dom_distiller
|
|
|