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

Unified Diff: pdf/libpdf.map

Issue 335583004: Added a test that currently is able to print to pdf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored print_preview.js and the browsertest. Made browsertest multiplatform compatible. Created 6 years, 6 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
Index: pdf/libpdf.map
diff --git a/pdf/libpdf.map b/pdf/libpdf.map
index a566f9db98d3e2bdd34a069f8f73a0b85a5c5952..0956000a3ae23875cdcce7251db55e20fd40d5df 100644
--- a/pdf/libpdf.map
+++ b/pdf/libpdf.map
@@ -5,6 +5,7 @@ global:
PPP_InitializeModule;
PPP_ShutdownModule;
RenderPDFPageToBitmap;
+ GetPDFPageSizeByIndex;
Lei Zhang 2014/07/08 01:11:37 This file no longer exists, please sync your check
local:
*;
};

Powered by Google App Engine
This is Rietveld 408576698