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

Unified Diff: fpdfsdk/include/fsdk_mgr.h

Issue 2273893002: Display content of the annotation when mouse hover. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Removing useless comments. Created 4 years, 4 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: fpdfsdk/include/fsdk_mgr.h
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
index a93f9da64a03bfc89d37ab39bf70222b0ad96ba0..f8706701df4fdff657b879a84d8409a5cb811a21 100644
--- a/fpdfsdk/include/fsdk_mgr.h
+++ b/fpdfsdk/include/fsdk_mgr.h
@@ -622,7 +622,7 @@ class CPDFSDK_PageView final : public CPDF_Page::View {
#ifdef PDF_ENABLE_XFA
CPDFSDK_Annot* m_CaptureWidget;
dsinclair 2016/08/24 14:00:21 This appears to live in both sides of the #ifdef c
jaepark 2016/08/24 18:37:49 Done.
#else // PDF_ENABLE_XFA
- CPDFSDK_Widget* m_CaptureWidget;
+ CPDFSDK_Annot* m_CaptureWidget;
FX_BOOL m_bTakeOverPage;
#endif // PDF_ENABLE_XFA
FX_BOOL m_bEnterWidget;

Powered by Google App Engine
This is Rietveld 408576698