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

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

Issue 1148253003: Add LayoutRoot (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated Created 5 years, 7 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
Index: sky/engine/core/frame/LocalFrame.h
diff --git a/sky/engine/core/frame/LocalFrame.h b/sky/engine/core/frame/LocalFrame.h
index 99c6873a00069e7edf053488014195ac9570456c..27e8903890c979a28a3acd188e93e556ea283418 100644
--- a/sky/engine/core/frame/LocalFrame.h
+++ b/sky/engine/core/frame/LocalFrame.h
@@ -80,6 +80,7 @@ namespace blink {
void detachFromFrameHost();
virtual void setDOMWindow(PassRefPtr<LocalDOMWindow>) override;
+ void setDocument(Document*);
FrameView* view() const;
Document* document() const;
@@ -134,6 +135,8 @@ namespace blink {
const OwnPtr<NewEventHandler> m_newEventHandler;
const OwnPtr<FrameConsole> m_console;
OwnPtr<InputMethodController> m_inputMethodController;
+
+ Document* m_document;
};
inline FrameView* LocalFrame::view() const

Powered by Google App Engine
This is Rietveld 408576698