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

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

Issue 9235065: Merge 105978 - crash in WebCore::RenderSVGContainer::paint (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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
« no previous file with comments | « LayoutTests/svg/custom/layout-loop-expected.txt ('k') | Source/WebCore/rendering/svg/RenderSVGResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/PaintPhase.h
===================================================================
--- Source/WebCore/rendering/PaintPhase.h (revision 106008)
+++ Source/WebCore/rendering/PaintPhase.h (working copy)
@@ -56,7 +56,8 @@
PaintBehaviorNormal = 0,
PaintBehaviorSelectionOnly = 1 << 0,
PaintBehaviorForceBlackText = 1 << 1,
- PaintBehaviorFlattenCompositingLayers = 1 << 2
+ PaintBehaviorFlattenCompositingLayers = 1 << 2,
+ PaintBehaviorRenderingSVGMask = 1 << 3
};
typedef unsigned PaintBehavior;
« no previous file with comments | « LayoutTests/svg/custom/layout-loop-expected.txt ('k') | Source/WebCore/rendering/svg/RenderSVGResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698