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

Unified Diff: ui/gfx/render_text_pango.h

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.h
diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_pango.h
similarity index 96%
rename from ui/gfx/render_text_linux.h
rename to ui/gfx/render_text_pango.h
index 296a3fe0193e2e81222ef47a895417c413ebd0a1..1dfd3ab0f76849a0ddc8cd11124d0c24929effa5 100644
--- a/ui/gfx/render_text_linux.h
+++ b/ui/gfx/render_text_pango.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_RENDER_TEXT_LINUX_H_
-#define UI_GFX_RENDER_TEXT_LINUX_H_
+#ifndef UI_GFX_RENDER_TEXT_PANGO_H_
+#define UI_GFX_RENDER_TEXT_PANGO_H_
#include <pango/pango.h>
#include <vector>
@@ -85,4 +85,4 @@ class RenderTextLinux : public RenderText {
} // namespace gfx
-#endif // UI_GFX_RENDER_TEXT_LINUX_H_
+#endif // UI_GFX_RENDER_TEXT_PANGO_H_

Powered by Google App Engine
This is Rietveld 408576698