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

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

Issue 2657743004: Handle stale m_owner in FrameView::needsScrollbarReconstruction. (Closed)
Patch Set: rebase Created 3 years, 11 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: 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 b427e64bb1d0c3d28b2ba8f374ea49574d3f494d..7de2782196fa820234d0b03a93f3845bbfa71378 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -979,7 +979,7 @@ class CORE_EXPORT FrameView final
bool shouldUseCustomScrollbars(Element*& customScrollbarElement) const;
// Returns true if a scrollbar needs to go from native -> custom or vice
- // versa.
+ // versa, or if a custom scrollbar has a stale owner.
bool needsScrollbarReconstruction() const;
bool shouldIgnoreOverflowHidden() const;

Powered by Google App Engine
This is Rietveld 408576698