Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ui/gfx/render_text.h" | 5 #include "cc/base/swap_promise.h" |
| 6 | 6 |
|
Yufeng Shen (Slow to review)
2013/11/14 22:09:55
Please ignore that this file is replacing ui/gfx/r
| |
| 7 namespace gfx { | 7 namespace cc { |
| 8 | 8 |
| 9 RenderText* RenderText::CreateInstance() { | 9 SwapPromise::SwapPromise(SwapPromiseType type) : type_(type) { |
| 10 return NULL; | |
| 11 } | 10 } |
| 12 | 11 |
| 13 } // namespace gfx | 12 } // namespace cc |
| OLD | NEW |