Addressing comments on code review: Updates markLayoutApplied->markLayoutSeen and makes sure whenever we dirty if and only if we update a value.
This commit is contained in:
@@ -8,7 +8,8 @@ import org.junit.Test;
|
||||
*/
|
||||
public class LayoutEngineTest {
|
||||
|
||||
private static CSSNode.MeasureFunction sTestMeasureFunction = new CSSNode.MeasureFunction() {
|
||||
private static final CSSNode.MeasureFunction sTestMeasureFunction =
|
||||
new CSSNode.MeasureFunction() {
|
||||
|
||||
@Override
|
||||
public void measure(CSSNode node, float width, MeasureOutput measureOutput) {
|
||||
|
Reference in New Issue
Block a user