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

Unified Diff: trunk/Source/core/rendering/RenderFrameSet.h

Issue 14057012: Revert 148647 "Remove frame flattening support as Chromium has n..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 8 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 | « trunk/Source/core/rendering/RenderFrameBase.cpp ('k') | trunk/Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/rendering/RenderFrameSet.h
===================================================================
--- trunk/Source/core/rendering/RenderFrameSet.h (revision 148648)
+++ trunk/Source/core/rendering/RenderFrameSet.h (working copy)
@@ -110,12 +110,15 @@
inline HTMLFrameSetElement* frameSet() const;
+ bool flattenFrameSet() const;
+
void setIsResizing(bool);
void layOutAxis(GridAxis&, const Length*, int availableSpace);
void computeEdgeInfo();
void fillFromEdgeInfo(const FrameEdgeInfo& edgeInfo, int r, int c);
void positionFrames();
+ void positionFramesWithFlattening();
int splitPosition(const GridAxis&, int split) const;
int hitTestSplit(const GridAxis&, int position) const;
« no previous file with comments | « trunk/Source/core/rendering/RenderFrameBase.cpp ('k') | trunk/Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698