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

Unified Diff: sky/engine/core/frame/LocalDOMWindow.h

Issue 872143004: Remove more properties from the global Window. (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/css/StyleMedia.idl ('k') | sky/engine/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/LocalDOMWindow.h
diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
index 49ccb59dde6b41904ed5c9452afa6acc72a73ec3..47b71c5f4cf94fdb4193a09d3f4972bec56ca87a 100644
--- a/sky/engine/core/frame/LocalDOMWindow.h
+++ b/sky/engine/core/frame/LocalDOMWindow.h
@@ -119,8 +119,6 @@ public:
void focus(ExecutionContext* = 0);
- bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
-
int outerHeight() const;
int outerWidth() const;
int innerHeight() const;
@@ -132,7 +130,6 @@ public:
// FIXME(sky): keeping self for now since js-test.html uses it.
LocalDOMWindow* window() const;
- LocalDOMWindow* self() const { return window(); }
// DOM Level 2 AbstractView Interface
@@ -241,7 +238,6 @@ private:
mutable RefPtr<Screen> m_screen;
mutable RefPtr<Console> m_console;
mutable RefPtr<Location> m_location;
- mutable RefPtr<StyleMedia> m_media;
mutable RefPtr<DOMWindowCSS> m_css;
« no previous file with comments | « sky/engine/core/css/StyleMedia.idl ('k') | sky/engine/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698