commit | 93610a8e8145ba62d9e7da9e8230e3361c6e9bda | [log] [tgz] |
---|---|---|
author | Jonathan Backer <[email protected]> | Wed Mar 27 14:02:38 2019 |
committer | Commit Bot <[email protected]> | Wed Mar 27 14:02:38 2019 |
tree | ba01e6d1fd12dcbc437b2626c8a9d6930280c1f0 | |
parent | 7b25846e6106055cc524915ee8210f2036b9f2a8 [diff] [blame] |
Add UseSkiaRenderer to chrome://flags Change-Id: I7da6fbcf9e935c88057e71190089883a4cb18fe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539875 Commit-Queue: Jonathan Backer <[email protected]> Reviewed-by: Robert Kroeger <[email protected]> Cr-Commit-Position: refs/heads/master@{#644780}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 0883be9..2652f13 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1045,6 +1045,9 @@ extern const char kShowAutofillTypePredictionsName[]; extern const char kShowAutofillTypePredictionsDescription[]; +extern const char kSkiaRendererName[]; +extern const char kSkiaRendererDescription[]; + extern const char kHistoryManipulationIntervention[]; extern const char kHistoryManipulationInterventionDescription[];