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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

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/core/testing/Internals.cpp
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
index c9c3ea6c7a5c397b1f2cdc76d3f891a6ceca5b74..4db80b5eebd4739414c6f09869120901f91effe7 100644
--- a/third_party/WebKit/Source/core/testing/Internals.cpp
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp
@@ -1059,7 +1059,7 @@ void Internals::addCompositionMarker(const Range* range,
"Invalid background color.")) {
range->ownerDocument().markers().addCompositionMarker(
range->startPosition(), range->endPosition(), underlineColor, thick,
- backgroundColor);
+ backgroundColor, false);
}
}

Powered by Google App Engine
This is Rietveld 408576698