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

Unified Diff: xfa/fwl/basewidget/ifwl_checkbox.h

Issue 1874963002: Remove some FWL code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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: xfa/fwl/basewidget/ifwl_checkbox.h
diff --git a/xfa/fwl/basewidget/ifwl_checkbox.h b/xfa/fwl/basewidget/ifwl_checkbox.h
index 3b634553d0476166fcf45bbfbaea0687469358e6..b9598817c3b0b87e9c9bb5a8c0517f2a3b9e4c42 100644
--- a/xfa/fwl/basewidget/ifwl_checkbox.h
+++ b/xfa/fwl/basewidget/ifwl_checkbox.h
@@ -59,7 +59,6 @@
#define FWL_PARTSTATE_CKB_Focused (1L << 4)
#define FWL_PARTSTATE_CKB_Mask1 (3L << 0)
#define FWL_PARTSTATE_CKB_Mask2 (3L << 2)
-#define FWL_EVT_CKB_CheckStateChanged L"FWL_EVENT_CKB_CheckStateChanged"
#define FWL_EVTHASH_CKB_CheckStateChanged 2503252963
Tom Sepez 2016/04/11 17:29:44 nit: I think the #define above indicates what stri
dsinclair 2016/04/11 19:47:32 I don't think that's right in this case. FWL_EVTHA
BEGIN_FWL_EVENT_DEF(CFWL_EvtCkbCheckStateChanged,
« no previous file with comments | « xfa.gyp ('k') | xfa/fwl/basewidget/ifwl_combobox.h » ('j') | xfa/fwl/basewidget/ifwl_combobox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698