Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Split up paintChildWithPaint into paintChildWithOpacity and paintChildWithColorFilter #711

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

abarth
Copy link
Contributor

@abarth abarth commented Aug 20, 2015

The compositor backends we're planning to use can't handle a general-purpose
paint layer and instead need lower-level operations.

Fixes #707

…dWithColorFilter

The compositor backends we're planning to use can't handle a general-purpose
paint layer and instead need lower-level operations.

Fixes #707
@Hixie
Copy link
Contributor

Hixie commented Aug 20, 2015

LGTM

abarth added a commit that referenced this pull request Aug 20, 2015
Split up paintChildWithPaint into paintChildWithOpacity and paintChildWithColorFilter
@abarth abarth merged commit 26203b6 into flutter:master Aug 20, 2015
@abarth abarth deleted the rm_paint_layer branch August 20, 2015 17:49
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Allow hard splits inside string interpolation.

Removing *all* splits broken several things. In particular, multiline
strings and line comments inside interpolation really do need to
maintain their splits.

This allows all hard splits to split but not soft splits. It also allows
collection literals to split. That's not ideal, but it should be a rare
case anyway. If you don't want that to split, don't have a collection
literal inside a string interpolation in a line that doesn't fit the
page width.

Fix flutter#711.

* Add another edge case test.

* Bump version and update changelog.

* Revise README.
aam added a commit to aam/engine that referenced this pull request Apr 11, 2023
Changes since last roll:
```
c26173f Revert "[dart] Add ntdll.lib for better exception handling in dart (flutter#709) (flutter#711)
```
itekdev pushed a commit to itekdev/flutter-engine0 that referenced this pull request May 1, 2023
…lutter#709) (flutter#711)

This reverts commit e18c162 as there is
no longer a need for the library to be added into flutter since been
added to dart vm BUILD.gn in
https://dart.googlesource.com/sdk/+/617925e0c5b24d5b11784056ce1b61a686bd18a5

BUG=flutter/flutter#124532
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants