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

Unified Diff: ui/gfx/render_text.h

Issue 2817403002: [Omnibox] Elide omnibox text (Closed)
Patch Set: Reposition elide changing code Created 3 years, 8 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: ui/gfx/render_text.h
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
index 00fe00c8e734d7bfc0eebaf5bbaee6601c36ef8e..67672d6814687b0584e1e232492d877adae39faf 100644
--- a/ui/gfx/render_text.h
+++ b/ui/gfx/render_text.h
@@ -171,7 +171,7 @@ struct LineSegment {
};
// A line of display text, comprised of a line segment list and some metrics.
-struct Line {
+ struct GFX_EXPORT Line {
Line();
Line(const Line& other);
~Line();

Powered by Google App Engine
This is Rietveld 408576698