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

Unified Diff: ppapi/thunk/ppb_flash_font_file_thunk.cc

Issue 1778683003: Ran ppapi/generators/generator.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « ppapi/thunk/ppb_flash_drm_thunk.cc ('k') | ppapi/thunk/ppb_fullscreen_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_flash_font_file_thunk.cc
diff --git a/ppapi/thunk/ppb_flash_font_file_thunk.cc b/ppapi/thunk/ppb_flash_font_file_thunk.cc
index ea732cd572acf93e73a6d534a1839806734bba8f..4fe78cea729b4235db0b503a91167e7c26ab83c7 100644
--- a/ppapi/thunk/ppb_flash_font_file_thunk.cc
+++ b/ppapi/thunk/ppb_flash_font_file_thunk.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// From private/ppb_flash_font_file.idl modified Thu Oct 22 22:02:40 2015.
-
-#include <stdint.h>
+// From private/ppb_flash_font_file.idl modified Fri Mar 4 14:31:30 2016.
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/private/ppb_flash_font_file.h"
+#include "ppapi/shared_impl/ppb_flash_font_file_shared.h"
#include "ppapi/shared_impl/tracked_callback.h"
#include "ppapi/thunk/enter.h"
#include "ppapi/thunk/ppapi_thunk_export.h"
@@ -47,7 +46,7 @@ PP_Bool GetFontTable(PP_Resource font_file,
PP_Bool IsSupportedForWindows(void) {
VLOG(4) << "PPB_Flash_FontFile::IsSupportedForWindows()";
- return PP_TRUE;
+ return PPB_Flash_FontFile_Shared::IsSupportedForWindows();
}
const PPB_Flash_FontFile_0_1 g_ppb_flash_fontfile_thunk_0_1 = {
« no previous file with comments | « ppapi/thunk/ppb_flash_drm_thunk.cc ('k') | ppapi/thunk/ppb_fullscreen_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698