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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: rebase 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 805f9d915efe14dd1211eca73f6ca6c1b3d49083..0111b28f28d8bc6f7ca018c955d288c44a6ba211 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -528,7 +528,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();
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintProperties.h ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698