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

Unified Diff: ui/gfx/render_text_ozone.cc

Issue 26541007: ozone: Allow building for ozone without depending on pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prepare-land 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
« no previous file with comments | « ui/gfx/render_text_linux.cc ('k') | ui/gfx/render_text_pango.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text_ozone.cc
diff --git a/ui/base/models/dialog_model.cc b/ui/gfx/render_text_ozone.cc
similarity index 58%
copy from ui/base/models/dialog_model.cc
copy to ui/gfx/render_text_ozone.cc
index 310bff04c5027dee495cf98b5f4512dda1a3fc46..058b5a6389dd1dd3d822a3615c469a66d9aec1c2 100644
--- a/ui/base/models/dialog_model.cc
+++ b/ui/gfx/render_text_ozone.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/models/dialog_model.h"
+#include "ui/gfx/render_text.h"
-namespace ui {
+namespace gfx {
-DialogModel::~DialogModel() {
+RenderText* RenderText::CreateInstance() {
+ return NULL;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/render_text_linux.cc ('k') | ui/gfx/render_text_pango.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698