Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ui/gfx/render_text_unittest.cc

Issue 2969623004: RenderText: Allow strike-through line thickness to be customized. (Closed)
Patch Set: Reincorporate URL bar unittest improvements. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ui/gfx/render_text.h ('K') | « ui/gfx/render_text_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text_unittest.cc
diff --git a/ui/gfx/render_text_unittest.cc b/ui/gfx/render_text_unittest.cc
index 70811227531791cf97872db9aa4a0ead4f82e685..a5fbd46be244009ee5922c9a3ce9dee6982841d0 100644
--- a/ui/gfx/render_text_unittest.cc
+++ b/ui/gfx/render_text_unittest.cc
@@ -381,15 +381,6 @@ class TestSkiaTextRenderer : public internal::SkiaTextRenderer {
internal::SkiaTextRenderer::DrawPosText(pos, glyphs, glyph_count);
}
cjgrant 2017/07/05 16:16:48 This was also unused I believe.
msw 2017/07/05 19:55:00 Acknowledged; please also remove |decoration_log_|
cjgrant 2017/07/05 20:44:43 Done (with the associated struct as well).
- void DrawDecorations(int x,
- int y,
- int width,
- bool underline,
- bool strike) override {
- decoration_log_.push_back(DecorationLog(x, y, width, underline, strike));
- internal::SkiaTextRenderer::DrawDecorations(x, y, width, underline, strike);
- }
-
std::vector<TextLog> text_log_;
std::vector<DecorationLog> decoration_log_;
« ui/gfx/render_text.h ('K') | « ui/gfx/render_text_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698