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

Unified Diff: components/pdf/renderer/pdf_resource_util.h

Issue 1125113002: Remove the unused parts of PPB_PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-delete-pdf
Patch Set: Created 5 years, 7 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 | « components/pdf/renderer/BUILD.gn ('k') | components/pdf/renderer/pdf_resource_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/renderer/pdf_resource_util.h
diff --git a/components/pdf/renderer/pdf_resource_util.h b/components/pdf/renderer/pdf_resource_util.h
index aab8a1cf47c45ff3685a6a7a5f60f570f4984aff..c9007f50e1eb048817d33a15a1973da285cd1294 100644
--- a/components/pdf/renderer/pdf_resource_util.h
+++ b/components/pdf/renderer/pdf_resource_util.h
@@ -9,14 +9,8 @@
#include "ppapi/c/private/ppb_pdf.h"
-namespace gfx {
-class ImageSkia;
-}
-
namespace pdf {
-gfx::ImageSkia* GetImageResource(PP_ResourceImage image_id);
-
std::string GetStringResource(PP_ResourceString string_id);
} // namespace pdf
« no previous file with comments | « components/pdf/renderer/BUILD.gn ('k') | components/pdf/renderer/pdf_resource_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698