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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceContainer.h

Issue 967543002: [S.P.] Move svg mask painting to SVGMaskPainter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review fixes Created 5 years, 10 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/core.gypi ('k') | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGResourceContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceContainer.h b/Source/core/layout/svg/LayoutSVGResourceContainer.h
index 86d3bf3b594cdb9e99c430c546b02bb9fff9208d..3d45b7e642d814fa238fd5afc40a325d2b420834 100644
--- a/Source/core/layout/svg/LayoutSVGResourceContainer.h
+++ b/Source/core/layout/svg/LayoutSVGResourceContainer.h
@@ -68,6 +68,8 @@ public:
static void markForLayoutAndParentResourceInvalidation(LayoutObject*, bool needsLayout = true);
+ void clearInvalidationMask() { m_invalidationMask = 0; }
+
protected:
// When adding modes, make sure we don't overflow m_invalidationMask below.
enum InvalidationMode {
@@ -82,8 +84,6 @@ protected:
void markAllClientLayersForInvalidation();
void markClientForInvalidation(LayoutObject*, InvalidationMode);
- void clearInvalidationMask() { m_invalidationMask = 0; }
-
bool m_isInLayout;
private:
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698