| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 6a5943a33f142ec37c1ca879eb6462e15e567e15..c4fce50b7bd07f61cfc506c3c611803f70dcd378 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -98,9 +98,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
|
| // false, but set to true by some tests.
|
| virtual bool GetContentStateImmediately() const = 0;
|
|
|
| - // Filtered time per frame based on UpdateRect messages.
|
| - virtual float GetFilteredTimePerFrame() const = 0;
|
| -
|
| // Returns the current visibility of the WebView.
|
| virtual blink::WebPageVisibilityState GetVisibilityState() const = 0;
|
|
|
|
|