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

Unified Diff: Source/core/rendering/PaintPhase.h

Issue 16688004: Large canvas does not honor containing div's border radius (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced explicit baselines with NeedsRebaseline Created 7 years, 3 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 | « Source/core/platform/graphics/GraphicsLayerClient.h ('k') | Source/core/rendering/RenderBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/PaintPhase.h
diff --git a/Source/core/rendering/PaintPhase.h b/Source/core/rendering/PaintPhase.h
index af0bd59b93e4fe4f7ab23c9b3008bb901c4cc295..cee9e9ba0a09cc76e4ef9def57ee392ce8dffc60 100644
--- a/Source/core/rendering/PaintPhase.h
+++ b/Source/core/rendering/PaintPhase.h
@@ -49,7 +49,8 @@ enum PaintPhase {
PaintPhaseSelection,
PaintPhaseCollapsedTableBorders,
PaintPhaseTextClip,
- PaintPhaseMask
+ PaintPhaseMask,
+ PaintPhaseClippingMask,
};
enum PaintBehaviorFlags {
« no previous file with comments | « Source/core/platform/graphics/GraphicsLayerClient.h ('k') | Source/core/rendering/RenderBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698