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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h

Issue 2745063005: Remove document.rootScroller compositing clipping effects. (Closed)
Patch Set: Fix Rebase Created 3 years, 9 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/page/scrolling/TopDocumentRootScrollerController.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
index 9ad8c3e63eb7dea40edb1d944811261f3d0e4715..fd4071eee5e73b6749cabd0aa02c373f8f53167c 100644
--- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
+++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
@@ -93,8 +93,6 @@ class CORE_EXPORT TopDocumentRootScrollerController
Document* topDocument() const;
- void setNeedsCompositingInputsUpdateOnGlobalRootScroller();
-
// The apply-scroll callback that moves browser controls and produces
// overscroll effects. This class makes sure this callback is set on the
// appropriate root scroller element.

Powered by Google App Engine
This is Rietveld 408576698