| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index a22fec6d3dc9692b67f7fe6b7725a068c9089402..3743063033862665b884a97e32171122aa795f57 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -414,6 +414,8 @@ class CONTENT_EXPORT RenderWidget
|
| virtual void TransferActiveWheelFlingAnimation(
|
| const blink::WebActiveWheelFlingParameters& params) {}
|
|
|
| + void OnClearDisplayedContent();
|
| +
|
| protected:
|
| // Friend RefCounted so that the dtor can be non-public. Using this class
|
| // without ref-counting is an error.
|
|
|