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

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

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/core/page/EventHandler.cpp ('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 92508d505f874295473adb9bc790b60270a70689..49b1280cb5e2b80493ec17dfbacfbd2af89e8ce9 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -106,9 +106,6 @@ public:
UseCounter& useCounter() { return m_useCounter; }
- void setTabKeyCyclesThroughElements(bool b) { m_tabKeyCyclesThroughElements = b; }
- bool tabKeyCyclesThroughElements() const { return m_tabKeyCyclesThroughElements; }
-
void unmarkAllTextMatches();
float deviceScaleFactor() const { return m_deviceScaleFactor; }
@@ -182,8 +179,6 @@ private:
UseCounter m_useCounter;
- bool m_tabKeyCyclesThroughElements;
-
float m_deviceScaleFactor;
double m_timerAlignmentInterval;
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698