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

Unified Diff: sky/engine/web/WebSettingsImpl.cpp

Issue 871683002: Remove a number of unused features from WebViewImpl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/web/WebSettingsImpl.h ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.cpp
diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
index 986b9e5602f38f7060235a361feebcad437a933b..58fca0f3efaa561496912a55c13351eef2a3c9b0 100644
--- a/sky/engine/web/WebSettingsImpl.cpp
+++ b/sky/engine/web/WebSettingsImpl.cpp
@@ -41,7 +41,6 @@ namespace blink {
WebSettingsImpl::WebSettingsImpl(Settings* settings)
: m_settings(settings)
- , m_showFPSCounter(false)
, m_showPaintRects(false)
, m_renderVSyncNotificationEnabled(false)
, m_deferredImageDecodingEnabled(false)
@@ -239,11 +238,6 @@ void WebSettingsImpl::setWebGLErrorsToConsoleEnabled(bool enabled)
m_settings->setWebGLErrorsToConsoleEnabled(enabled);
}
-void WebSettingsImpl::setShowFPSCounter(bool show)
-{
- m_showFPSCounter = show;
-}
-
void WebSettingsImpl::setShowPaintRects(bool show)
{
m_showPaintRects = show;
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698