| Index: chromecast/ui/gfx/render_text_cast.cc
|
| diff --git a/ui/gfx/render_text_ozone.cc b/chromecast/ui/gfx/render_text_cast.cc
|
| similarity index 68%
|
| copy from ui/gfx/render_text_ozone.cc
|
| copy to chromecast/ui/gfx/render_text_cast.cc
|
| index 058b5a6389dd1dd3d822a3615c469a66d9aec1c2..528b48fadf792ab8fe10d32560b96ce6b1f7b94e 100644
|
| --- a/ui/gfx/render_text_ozone.cc
|
| +++ b/chromecast/ui/gfx/render_text_cast.cc
|
| @@ -1,12 +1,15 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| // 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.h"
|
|
|
| +#include "base/logging.h"
|
| +
|
| namespace gfx {
|
|
|
| RenderText* RenderText::CreateInstance() {
|
| + NOTIMPLEMENTED();
|
| return NULL;
|
| }
|
|
|
|
|