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

Unified Diff: sky/engine/core/page/Page.h

Issue 867903002: Remove UseCounter (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/core/html/parser/HTMLDocumentParser.h ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index 49b1280cb5e2b80493ec17dfbacfbd2af89e8ce9..188a1bfb5a5486098e38a59323b15b9bbcd71c01 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -23,7 +23,6 @@
#include "sky/engine/core/frame/LocalFrame.h"
#include "sky/engine/core/frame/SettingsDelegate.h"
-#include "sky/engine/core/frame/UseCounter.h"
#include "sky/engine/core/page/PageAnimator.h"
#include "sky/engine/core/page/PageVisibilityState.h"
#include "sky/engine/platform/LifecycleContext.h"
@@ -104,8 +103,6 @@ public:
Settings& settings() const { return *m_settings; }
- UseCounter& useCounter() { return m_useCounter; }
-
void unmarkAllTextMatches();
float deviceScaleFactor() const { return m_deviceScaleFactor; }
@@ -177,8 +174,6 @@ private:
EditorClient* const m_editorClient;
SpellCheckerClient* const m_spellCheckerClient;
- UseCounter m_useCounter;
-
float m_deviceScaleFactor;
double m_timerAlignmentInterval;
« no previous file with comments | « sky/engine/core/html/parser/HTMLDocumentParser.h ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698