Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3050)

Unified Diff: public/web/WebView.h

Issue 22926014: Delete unused WebViewBenchmarkSupport interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed build Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebViewBenchmarkSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebViewBenchmarkSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698