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

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

Issue 2605333002: [SPInvalidation] Fix fixed-position printing (Closed)
Patch Set: - Created 3 years, 12 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1539b6761298883d6f29e6e8de85167fffb9cf34 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
@@ -56,9 +56,10 @@ class CORE_EXPORT PaintLayerPainter {
private:
enum ClipState { HasNotClipped, HasClipped };
- bool collectPaintFragmentsForPaginatedFixedPosition(
- const PaintLayerPaintingInfo&,
- PaintLayerFragments&);
+ inline bool isFixedPositionObjectInPagedMedia();
+ void repeatFixedPositionObjectInPages(const PaintLayerFragment&,
chrishtr 2017/01/03 20:13:38 Add a brief comment explaining the parameters and
Xianzhu 2017/01/03 20:19:20 Done.
+ const PaintLayerPaintingInfo&,
+ PaintLayerFragments&);
PaintResult paintLayerContentsCompositingAllPhases(
GraphicsContext&,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698