From 0baa5c719a44875789898e12c247b8c719c27815 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 16 Nov 2016 18:15:02 -0800 Subject: Split the common event classes out to files. This CL splits the common event classes out to individual files instead of being created by the macro. The other classes will be split out in subsequent CLs. Review-Url: https://codereview.chromium.org/2507713003 --- xfa/fwl/core/cfwl_evtscroll.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xfa/fwl/core/cfwl_evtscroll.cpp (limited to 'xfa/fwl/core/cfwl_evtscroll.cpp') diff --git a/xfa/fwl/core/cfwl_evtscroll.cpp b/xfa/fwl/core/cfwl_evtscroll.cpp new file mode 100644 index 0000000000..37e561017e --- /dev/null +++ b/xfa/fwl/core/cfwl_evtscroll.cpp @@ -0,0 +1,15 @@ +// Copyright 2016 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + +#include "xfa/fwl/core/cfwl_evtscroll.h" + +CFWL_EvtScroll::CFWL_EvtScroll() {} + +CFWL_EvtScroll::~CFWL_EvtScroll() {} + +CFWL_EventType CFWL_EvtScroll::GetClassID() const { + return CFWL_EventType::Scroll; +} -- cgit v1.2.3