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

Unified Diff: Source/core/frame/FrameView.h

Issue 911083002: Carry out a resize even if no layout has been performed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added comment to unit test Created 5 years, 10 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 | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/page/Page.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 70c928cd03dc8e2dc87d4bf4b4d0d2868f67edc9..8129eaf26d9842a136b617dc12de175c9831f978 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -132,6 +132,8 @@ public:
bool isEnclosedInCompositingLayer() const;
+ void didChangeForceLayoutHeightMode();
+
void resetScrollbars();
void prepareForDetach();
void detachCustomScrollbars();
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/page/Page.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698