| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index e45e626c8bed4bf33eb5891686f09448d4611b70..d494b527d40b5b2bc4531de60895a048deb1e3a8 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -59,7 +59,6 @@ class WebSpellCheckClient;
|
| class WebString;
|
| class WebPasswordGeneratorClient;
|
| class WebValidationMessageClient;
|
| -class WebViewBenchmarkSupport;
|
| class WebViewClient;
|
| struct WebActiveWheelFlingParameters;
|
| struct WebMediaPlayerAction;
|
| @@ -492,10 +491,6 @@ public:
|
| virtual void setContinuousPaintingEnabled(bool) = 0;
|
| virtual void setShowScrollBottleneckRects(bool) = 0;
|
|
|
| - // Benchmarking support -------------------------------------------------
|
| -
|
| - virtual WebViewBenchmarkSupport* benchmarkSupport() { return 0; }
|
| -
|
| // Visibility -----------------------------------------------------------
|
|
|
| // Sets the visibility of the WebView.
|
|
|