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

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

Issue 2570423003: Remove paintOffsetTranslation for fixed-position elements. (Closed)
Patch Set: none Created 4 years 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/PaintLayerPainter.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
index de25ce29add03b1810a79fe5088531c219c68bd8..3e9f3494a226e09c42c396330d45fc9bcf672d08 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
@@ -56,6 +56,10 @@ class CORE_EXPORT PaintLayerPainter {
private:
enum ClipState { HasNotClipped, HasClipped };
+ bool collectPaintFragmentsForPaginatedFixedPosition(
+ const PaintLayerPaintingInfo&,
+ PaintLayerFragments&);
+
PaintResult paintLayerContentsCompositingAllPhases(
GraphicsContext&,
const PaintLayerPaintingInfo&,

Powered by Google App Engine
This is Rietveld 408576698