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

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

Issue 2648343004: Don't paint selections in <mask>s, <clipPath>s and <pattern>s (Closed)
Patch Set: Rebase Created 3 years, 11 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/paint/PaintLayerPaintingInfo.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
index f0980bc004dbe165c2f9837e90daaf1366037196..9f109376f5d2f6e7ddebef829d4631c1a1fa9cd3 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
@@ -70,6 +70,7 @@ enum PaintLayerFlag {
PaintLayerPaintingAncestorClippingMaskPhase = 1 << 12,
PaintLayerPaintingRenderingClipPathAsMask = 1 << 13,
PaintLayerPaintingCompositingDecorationPhase = 1 << 14,
+ PaintLayerPaintingRenderingResourceSubtree = 1 << 15,
PaintLayerPaintingCompositingAllPhases =
(PaintLayerPaintingCompositingBackgroundPhase |
PaintLayerPaintingCompositingForegroundPhase |
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintInfo.h ('k') | third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698