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

Unified Diff: chrome/browser/android/vr_shell/textures/render_text_wrapper.h

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
Index: chrome/browser/android/vr_shell/textures/render_text_wrapper.h
diff --git a/chrome/browser/android/vr_shell/textures/render_text_wrapper.h b/chrome/browser/android/vr_shell/textures/render_text_wrapper.h
index 2c2e5fbe8c79aa8a6dc7df15842f58e8755cece9..d4109b33065e8d5763c4dffba388f4d4d8e0e253 100644
--- a/chrome/browser/android/vr_shell/textures/render_text_wrapper.h
+++ b/chrome/browser/android/vr_shell/textures/render_text_wrapper.h
@@ -25,6 +25,8 @@ class RenderTextWrapper {
bool value,
const gfx::Range& range);
+ virtual void set_strike_thickness_factor(SkScalar f);
+
private:
gfx::RenderText* render_text_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698