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

Unified Diff: sky/engine/core/html/HTMLIFrameElement.h

Issue 682413006: Add a separate call to initialize the bounds for a sky <iframe> element. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/html/HTMLIFrameElement.cpp » ('j') | sky/engine/core/loader/EmptyClients.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLIFrameElement.h
diff --git a/sky/engine/core/html/HTMLIFrameElement.h b/sky/engine/core/html/HTMLIFrameElement.h
index 577f4b1d47699a15791ab825be01850f26b38544..f1c10ce7386f4e7a0c10177ddac7cc92fa024521 100644
--- a/sky/engine/core/html/HTMLIFrameElement.h
+++ b/sky/engine/core/html/HTMLIFrameElement.h
@@ -19,6 +19,8 @@ public:
virtual ~HTMLIFrameElement();
+ uint32_t frame_id() const { return frame_id_; }
+
private:
explicit HTMLIFrameElement(Document&);
@@ -29,6 +31,8 @@ private:
private:
void createView();
+
+ uint32_t frame_id_;
};
} // namespace blink
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLIFrameElement.cpp » ('j') | sky/engine/core/loader/EmptyClients.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698