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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: update layout test expectation && add unit tests Created 3 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
Index: third_party/WebKit/Source/core/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index 1ccc905bee7a665be7dc5e495c3ab7f25d6ab480..8209abdf4ec54fbc38d07d272f41b0316b01b477 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -522,7 +522,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
};
void setGroupedMapping(CompositedLayerMapping*, SetGroupMappingOptions);
- bool hasCompositedMask() const;
+ bool maskBlendingAppliedByCompositor() const;
bool hasCompositedClippingMask() const;
bool needsCompositedScrolling() const {
return m_scrollableArea && m_scrollableArea->needsCompositedScrolling();

Powered by Google App Engine
This is Rietveld 408576698