Minor cleanup in vision_deficiency.cc.
1. Disabling clang-format isn't really necessary for these fairly short strings. 2. There is no need to allocate an AtomicString for the intermediate value; a StringView can be used instead. 3. The CreateFilterDataUrl function isn't declared in the header and should have static (file-local) linkage. Change-Id: I2c8c8ce506d530911dfebbdbede5a7ca2e1736e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153000 Auto-Submit: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Reviewed-by:Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#759953}
Showing
Please register or sign in to comment