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

Unified Diff: xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h

Issue 2067903002: Make code compile with clang_use_chrome_plugin (part III) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 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
« no previous file with comments | « xfa/fxbarcode/common/BC_CommonECI.h ('k') | xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
diff --git a/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h b/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
index d701b7ec34b2c458d6061cd3abd3e05d474d4f4b..8a5fd26f2281abccd2e3631b9a5d7771d95bf2e9 100644
--- a/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
+++ b/xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h
@@ -21,6 +21,7 @@ class CBC_CommonPerspectiveTransform {
FX_FLOAT a23,
FX_FLOAT a33);
virtual ~CBC_CommonPerspectiveTransform();
+
static CBC_CommonPerspectiveTransform* QuadrilateralToQuadrilateral(
FX_FLOAT x0,
FX_FLOAT y0,
« no previous file with comments | « xfa/fxbarcode/common/BC_CommonECI.h ('k') | xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698