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

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

Issue 2259983003: Add a choice not to crash when unexpected dirty layout is encountered (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add todos Created 4 years, 4 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 | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 8c49dc36344679d0e98243295936aad2357daca9..970d7c8e59ed2097ad1d0ee2d66f7de0136cf433 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -141,7 +141,7 @@ public:
void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial);
bool needsLayout() const;
- void checkDoesNotNeedLayout() const;
+ bool checkDoesNotNeedLayout() const;
void setNeedsLayout();
void setNeedsUpdateWidgetGeometries() { m_needsUpdateWidgetGeometries = true; }
@@ -780,7 +780,7 @@ private:
// PaintInvalidationCapableScrollableArea
LayoutScrollbarPart* resizer() const override { return nullptr; }
- void checkLayoutInvalidationIsAllowed() const;
+ bool checkLayoutInvalidationIsAllowed() const;
LayoutSize m_size;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698