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

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

Issue 2605333002: [SPInvalidation] Fix fixed-position printing (Closed)
Patch Set: Fix scrolled 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 3e9f3494a226e09c42c396330d45fc9bcf672d08..86dbcc103d62e8add3f9e6ec7a205c3b9fdc78f5 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
@@ -56,9 +56,9 @@ class CORE_EXPORT PaintLayerPainter {
private:
enum ClipState { HasNotClipped, HasClipped };
- bool collectPaintFragmentsForPaginatedFixedPosition(
- const PaintLayerPaintingInfo&,
- PaintLayerFragments&);
+ inline bool isFixedPositionObjectInPagedMedia();
+ void repeatFixedPositionObjectInPages(const PaintLayerPaintingInfo&,
chrishtr 2017/01/03 18:53:10 The input for repeatFixedPositionObjectInPages mus
Xianzhu 2017/01/03 19:54:42 Done.
+ PaintLayerFragments&);
PaintResult paintLayerContentsCompositingAllPhases(
GraphicsContext&,

Powered by Google App Engine
This is Rietveld 408576698