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

Unified Diff: Source/web/WebViewImpl.cpp

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/WebViewImpl.h ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 0fc79df8a17a0925508dfff0ed5945cd5d88150c..716f0667fb2d25203ba30c4a21d6e05aecd07cc8 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -405,7 +405,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
, m_autofillPopup(0)
, m_isTransparent(false)
, m_tabsToLinks(false)
- , m_benchmarkSupport(this)
, m_layerTreeView(0)
, m_rootLayer(0)
, m_rootGraphicsLayer(0)
@@ -848,11 +847,6 @@ void WebViewImpl::enableFakePageScaleAnimationForTesting(bool enable)
m_enableFakePageScaleAnimationForTesting = enable;
}
-WebViewBenchmarkSupport* WebViewImpl::benchmarkSupport()
-{
- return &m_benchmarkSupport;
-}
-
void WebViewImpl::setShowFPSCounter(bool show)
{
if (m_layerTreeView) {
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698