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

Unified Diff: ui/gfx/render_text.cc

Issue 8965054: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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: ui/gfx/render_text.cc
diff --git a/ui/gfx/render_text.cc b/ui/gfx/render_text.cc
index 017ae73df237f1a47548abf5b363d53caea4152e..d5b30594ea4cbb6eb2b6ec560cc26261440c1225 100644
--- a/ui/gfx/render_text.cc
+++ b/ui/gfx/render_text.cc
@@ -477,6 +477,7 @@ RenderText::RenderText()
cursor_bounds_(),
cursor_visible_(false),
insert_mode_(true),
+ focused_(false),
composition_range_(ui::Range::InvalidRange()),
style_ranges_(),
default_style_(),

Powered by Google App Engine
This is Rietveld 408576698