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

Unified Diff: ui/gfx/render_text_pango.cc

Issue 26541007: ozone: Allow building for ozone without depending on pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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_pango.cc
diff --git a/ui/gfx/render_text_linux.cc b/ui/gfx/render_text_pango.cc
similarity index 99%
rename from ui/gfx/render_text_linux.cc
rename to ui/gfx/render_text_pango.cc
index 3166875758b65568c7a83d99c403e85097c34f3c..73514375c89398815adb89b9bd3cc864a04fc0e5 100644
--- a/ui/gfx/render_text_linux.cc
+++ b/ui/gfx/render_text_pango.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gfx/render_text_linux.h"
+#include "ui/gfx/render_text_pango.h"
#include <pango/pangocairo.h>
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698