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

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

Issue 770223002: Remove lots of code from the WebWidget/WebView/WebFrame layer. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | sky/engine/core/page/Page.cpp » ('j') | sky/engine/platform/scroll/ScrollableArea.h » ('J')
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 03b074e41a52a7e78ba63a43eb75ecdddfa6e650..92508d505f874295473adb9bc790b60270a70689 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -96,9 +96,6 @@ public:
void documentDetached(Document*);
- bool openedByDOM() const;
- void setOpenedByDOM();
-
PageAnimator& animator() { return m_animator; }
Chrome& chrome() const { return *m_chrome; }
AutoscrollController& autoscrollController() const { return *m_autoscrollController; }
@@ -185,8 +182,6 @@ private:
UseCounter m_useCounter;
- bool m_openedByDOM;
-
bool m_tabKeyCyclesThroughElements;
float m_deviceScaleFactor;
« no previous file with comments | « no previous file | sky/engine/core/page/Page.cpp » ('j') | sky/engine/platform/scroll/ScrollableArea.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698