Update DT_RELA* fields when packing relocations with addends.
[chromium-blink-merge.git] / ui / base / ime / composition_text.cc
blobf85bc7487587d7aa85d3c104faec92e302e82064
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/base/ime/composition_text.h"
7 namespace ui {
9 CompositionText::CompositionText() {
12 CompositionText::~CompositionText() {
15 void CompositionText::Clear() {
16 text.clear();
17 underlines.clear();
18 selection = gfx::Range();
21 } // namespace ui