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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: Fixed issues + Rebase Created 4 years, 1 month 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/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index b469607e0b5e52e4c2dc1c04fa9d2a0e263f90d7..e217cebf56e44828a703fe76f75d644f326b4849 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -405,7 +405,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
// TODO(ymalik): Remove box() and update callers to use layoutBox() instead.
LayoutBox& box() const;
- PaintLayer* layer() const;
+ PaintLayer* layer() const override;
LayoutScrollbarPart* resizer() const override { return m_resizer; }

Powered by Google App Engine
This is Rietveld 408576698