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

Unified Diff: core/src/fpdfdoc/pdf_vt.h

Issue 409253004: Remove 'inline' from two methods. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fpdfdoc/pdf_vt.h
diff --git a/core/src/fpdfdoc/pdf_vt.h b/core/src/fpdfdoc/pdf_vt.h
index 6b2d5e5eeffb110ca7b5732d94f18f8664307e2b..0f74cef5bd0c8deee29f8cea52d11737eeadc928 100644
--- a/core/src/fpdfdoc/pdf_vt.h
+++ b/core/src/fpdfdoc/pdf_vt.h
@@ -518,8 +518,8 @@ public:
return m_fCharSpace;
}
- inline CPVT_WordPlace GetBeginWordPlace() const;
- inline CPVT_WordPlace GetEndWordPlace() const;
+ CPVT_WordPlace GetBeginWordPlace() const;
+ CPVT_WordPlace GetEndWordPlace() const;
Nico 2014/07/23 00:51:41 (do you know what's up with all these tabs in the
Bo Xu 2014/07/28 22:00:36 These are tabs (instead of spaces). In some files
Nico 2014/07/28 22:01:40 Sure, but why is there so much space between retur
Bo Xu 2014/07/28 22:08:31 I don't know the exact answer from the first devel
CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;
CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
CPVT_WordPlace SearchWordPlace(const CPDF_Point & point) const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698