| Index: chromecast/port/content/browser/renderer_host/pepper_truetype_font_list_cast.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc b/chromecast/port/content/browser/renderer_host/pepper_truetype_font_list_cast.cc
|
| similarity index 79%
|
| copy from content/browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc
|
| copy to chromecast/port/content/browser/renderer_host/pepper_truetype_font_list_cast.cc
|
| index 12e2c61a8cf5658f8b1860ed6832bc4bcdc15edd..09311df45b20e182f758328ed0190086d2f6c1f9 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc
|
| +++ b/chromecast/port/content/browser/renderer_host/pepper_truetype_font_list_cast.cc
|
| @@ -1,10 +1,13 @@
|
| -// 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 "base/logging.h"
|
| #include "content/browser/renderer_host/pepper/pepper_truetype_font_list.h"
|
|
|
| +#include <string>
|
| +
|
| +#include "ppapi/proxy/serialized_structs.h"
|
| +
|
| namespace content {
|
|
|
| void GetFontFamilies_SlowBlocking(std::vector<std::string>* font_families) {
|
|
|