Index: Source/core/rendering/PaintPhase.h |
diff --git a/Source/core/rendering/PaintPhase.h b/Source/core/rendering/PaintPhase.h |
index af0bd59b93e4fe4f7ab23c9b3008bb901c4cc295..273f3f132feaf57c5f398c2442399c7bf9fbbd4e 100644 |
--- a/Source/core/rendering/PaintPhase.h |
+++ b/Source/core/rendering/PaintPhase.h |
@@ -49,7 +49,8 @@ enum PaintPhase { |
PaintPhaseSelection, |
PaintPhaseCollapsedTableBorders, |
PaintPhaseTextClip, |
- PaintPhaseMask |
+ PaintPhaseMask, |
+ PaintPhaseBorderRadiusMask, |
}; |
enum PaintBehaviorFlags { |