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

Unified Diff: third_party/WebKit/Source/web/CompositionUnderlineBuilder.h

Issue 2611813002: Add support for persisting CompositionUnderlines in InputMethodController (Closed)
Patch Set: Try one more time Created 3 years, 12 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: third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
diff --git a/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h b/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
index dd483f150c505b070d289dd4616022e4f5032963..3b492aebe8a91d6ffe5f4cfe7fbee5b6d8c04a75 100644
--- a/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
+++ b/third_party/WebKit/Source/web/CompositionUnderlineBuilder.h
@@ -46,7 +46,8 @@ class CompositionUnderlineBuilder : public CompositionUnderline {
u.endOffset,
Color(u.color),
u.thick,
- Color(u.backgroundColor)) {}
+ Color(u.backgroundColor),
+ u.persist) {}
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698