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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp

Issue 2625133003: Handle geometry effects of filters in GeometryMapper (Closed)
Patch Set: - 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
index ab809a3b8784623a8eda83c26029c4429f5f025d..64c4f599a099b172c113e1301f8cda3f02f0f1d7 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
@@ -335,8 +335,8 @@ void PaintInvalidator::updateContext(const LayoutObject& object,
context.forcedSubtreeInvalidationFlags |=
PaintInvalidatorContext::ForcedSubtreeInvalidationChecking;
- // TODO(crbug.com/637313): This is temporary before we support filters in
- // GeometryMapper.
+ // TODO(crbug.com/637313): Use GeometryMapper which now supports filter
+ // geometry effects, after skia optimizes filter's mapRect operation.
// TODO(crbug.com/648274): This is a workaround for multi-column contents.
if (object.hasFilterInducingProperty() || object.isLayoutFlowThread()) {
context.forcedSubtreeInvalidationFlags |=
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698