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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.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/layout/compositing/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index 86ba57de48c1910c4efd738ba6c59fe2e9771426..10a953ba921ee1c93078eb96d8aa4fbb056423ac 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -147,12 +147,6 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient {
void updateRootLayerPosition();
- // If the root scroller isn't the root layer then the PaintLayerCompositor
- // must disable clipping on its layers so that the root scroller can
- // expand/shrink its clipping layer in response to browser controls and have
- // the result be visible.
- void updateClippingOnCompositorLayers();
-
void setIsInWindow(bool);
static PaintLayerCompositor* frameContentsCompositor(LayoutPart&);

Powered by Google App Engine
This is Rietveld 408576698