Commit 0a37550a authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

[fuchsia] Remove obsolete TODOs in blink/renderer

Bug: 1104411

Change-Id: I0ad22ab8c852f5c66813136f4a4c07bdcc4e1234
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427186
Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810454}
parent 0e2b4943
......@@ -7,8 +7,7 @@
namespace blink {
namespace {
// Fuchsia is headless-only for now, so no native themes are applied.
// TODO(fuchsia): Implement this when we enable the UI. (crbug.com/750946)
// There are no special themes on Fuchsia.
class LayoutThemeFuchsia : public LayoutThemeDefault {
public:
static scoped_refptr<LayoutTheme> Create() {
......
......@@ -8,7 +8,6 @@ namespace blink {
scoped_refptr<Hyphenation> Hyphenation::PlatformGetHyphenation(
const AtomicString&) {
// TODO(fuchsia): Implement this when UI support is ready. crbug.com/750946
return nullptr;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment