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

Unified Diff: sky/engine/core/frame/Frame.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/Frame.h
diff --git a/sky/engine/core/frame/Frame.h b/sky/engine/core/frame/Frame.h
index 0324a9fb342b01237f836d49ac22ab384f355a39..20757371b9ad9d96ba4462247d688e789d9c81ef 100644
--- a/sky/engine/core/frame/Frame.h
+++ b/sky/engine/core/frame/Frame.h
@@ -39,6 +39,7 @@ class WebLayer;
namespace blink {
class ChromeClient;
+class Document;
class FrameClient;
class FrameHost;
class LocalDOMWindow;
@@ -72,6 +73,7 @@ protected:
Frame(FrameClient*, FrameHost*);
FrameHost* m_host;
+ Document* m_document;
RefPtr<LocalDOMWindow> m_domWindow;

Powered by Google App Engine
This is Rietveld 408576698