chromium/third_party/pdfium/core/fxcrt/cfx_timer.cpp

// Copyright 2017 The PDFium Authors
// 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 "core/fxcrt/cfx_timer.h"

#include <map>

#include "core/fxcrt/check.h"

namespace {

TimerMap;
TimerMap* g_pwl_timer_map =;

}  // namespace

// static
void CFX_Timer::InitializeGlobals() {}

// static
void CFX_Timer::DestroyGlobals() {}

CFX_Timer::CFX_Timer(HandlerIface* pHandlerIface,
                     CallbackIface* pCallbackIface,
                     int32_t nInterval)
    :{}

CFX_Timer::~CFX_Timer() {}

// static
void CFX_Timer::TimerProc(int32_t idEvent) {}