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

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: Address final nits. 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/render_text_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c959f4d62991bd804df1eb2755d9b877608a43c4 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 SetStrikeThicknessFactor(SkScalar factor);
+
private:
gfx::RenderText* render_text_ = nullptr;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/render_text_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698