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

Unified Diff: testing/embedder_test.cpp

Issue 1384053002: Merge to XFA: Correct mistakes in test case for 507316 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 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 | « no previous file | testing/resources/bug_507316.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/embedder_test.cpp
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
index 151987fbb298dea2c4131c25f2235badbe49786b..5dc5a66eb644fdf0c180e1bce5d141744ae3dcad 100644
--- a/testing/embedder_test.cpp
+++ b/testing/embedder_test.cpp
@@ -348,7 +348,7 @@ FPDF_PAGE EmbedderTest::GetPageTrampoline(FPDF_FORMFILLINFO* info,
FPDF_DOCUMENT document,
int page_index) {
EmbedderTest* test = static_cast<EmbedderTest*>(info);
- return test->delegate_->GetPage(test->m_pFormfillinfo, document, page_index);
+ return test->delegate_->GetPage(test->form_handle(), document, page_index);
}
// Can't use gtest-provided main since we need to stash the path to the
« no previous file with comments | « no previous file | testing/resources/bug_507316.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698