diff --git a/engine/src/flutter/impeller/entity/shaders/glyph_atlas.frag b/engine/src/flutter/impeller/entity/shaders/glyph_atlas.frag index ea8162c3e86..6fa09ad2dde 100644 --- a/engine/src/flutter/impeller/entity/shaders/glyph_atlas.frag +++ b/engine/src/flutter/impeller/entity/shaders/glyph_atlas.frag @@ -7,7 +7,6 @@ uniform sampler2D glyph_atlas_sampler; uniform FragInfo { vec2 atlas_size; vec4 text_color; - float font_has_color; } frag_info; in vec2 v_unit_vertex; diff --git a/engine/src/flutter/impeller/typographer/glyph_atlas.cc b/engine/src/flutter/impeller/typographer/glyph_atlas.cc index 0248aa8e5bc..5521780d2be 100644 --- a/engine/src/flutter/impeller/typographer/glyph_atlas.cc +++ b/engine/src/flutter/impeller/typographer/glyph_atlas.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "impeller/typographer/glyph_atlas.h" -#include namespace impeller {