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

Unified Diff: ui/gfx/font_render_params.h

Issue 385463002: Support FontRenderParams on Win; fix RenderTextHarfBuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards. Created 6 years, 5 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/font_render_params.h
diff --git a/ui/gfx/font_render_params_linux.h b/ui/gfx/font_render_params.h
similarity index 93%
rename from ui/gfx/font_render_params_linux.h
rename to ui/gfx/font_render_params.h
index ac8323ceade38d2cec7aab0a20ca20c736f2f98d..aefb216e39577ae49cf09b782265b982c1d581ee 100644
--- a/ui/gfx/font_render_params_linux.h
+++ b/ui/gfx/font_render_params.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_FONT_RENDER_PARAMS_LINUX_H_
-#define UI_GFX_FONT_RENDER_PARAMS_LINUX_H_
+#ifndef UI_GFX_FONT_RENDER_PARAMS_H_
+#define UI_GFX_FONT_RENDER_PARAMS_H_
#include "ui/gfx/gfx_export.h"
@@ -67,4 +67,4 @@ GFX_EXPORT bool GetDefaultWebkitSubpixelPositioning();
} // namespace gfx
-#endif // UI_GFX_FONT_RENDER_PARAMS_LINUX_H_
+#endif // UI_GFX_FONT_RENDER_PARAMS_H_

Powered by Google App Engine
This is Rietveld 408576698