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

Unified Diff: Source/core/html/HTMLFrameSetElement.h

Issue 16140024: Fix resource scheduling on documents with <frameset>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Check inDocument Created 7 years, 6 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: Source/core/html/HTMLFrameSetElement.h
diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
index 37a5f141cfe609ae9d6fc78695f0c2f668dd217a..7a4177def595af0e2c9c287104ec66b0270ab075 100644
--- a/Source/core/html/HTMLFrameSetElement.h
+++ b/Source/core/html/HTMLFrameSetElement.h
@@ -76,9 +76,10 @@ private:
virtual void attach();
virtual bool rendererIsNeeded(const NodeRenderingContext&);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
-
+
virtual void defaultEventHandler(Event*);
+ virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
virtual void willRecalcStyle(StyleChange) OVERRIDE;
OwnArrayPtr<Length> m_rowLengths;
@@ -86,7 +87,7 @@ private:
int m_totalRows;
int m_totalCols;
-
+
int m_border;
bool m_borderSet;
« no previous file with comments | « LayoutTests/http/tests/misc/resources/slow-frame-with-image.php ('k') | Source/core/html/HTMLFrameSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698