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

Conversation

@iskakaushik
Copy link
Contributor

Address nits in: #8704

@iskakaushik iskakaushik requested a review from amirh April 29, 2019 23:05
Copy link
Contributor

@amirh amirh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

errorBuilder.append(String.format(Locale.ENGLISH, "[%d, %d].", metrics.widthPixels, metrics.heightPixels));
throw new IllegalArgumentException(errorBuilder.toString());
String error = "Creating a virtual display of size: "
+ String.format(Locale.ENGLISH, "[%d, %d], ", width, height)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: + "[" + width + ", " + height + "] and then remove the Locale import

@iskakaushik iskakaushik merged commit 5aa5b6c into flutter:master Apr 30, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 30, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 30, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Apr 30, 2019
flutter/engine@1ecf924...c003631

git log 1ecf924..c003631 --no-merges --oneline
c003631 Roll src/third_party/skia bd425405f3aa..79e53712a05f (3 commits) (flutter/engine#8783)
5aa5b6c VirtualDisplay size constraint - add a comment explaining the reason (flutter/engine#8780)
ee3f04a Roll src/third_party/skia 037884e5080b..bd425405f3aa (3 commits) (flutter/engine#8781)
ab01d73 Roll src/third_party/skia d425dee662d1..037884e5080b (10 commits) (flutter/engine#8778)
a0bb23a Fix header include guards for fml/thread_local.h (flutter/engine#8721)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
the roller if necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants