event_modules.h 495 B

1234567891011
  1. // Copyright (c) 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_EVENT_MODULES_H_
  5. #define THIRD_PARTY_BLINK_RENDERER_MODULES_EVENT_MODULES_H_
  6. #include "third_party/blink/renderer/core/dom/events/event.h"
  7. #include "third_party/blink/renderer/modules/event_interface_modules_names.h"
  8. #endif // THIRD_PARTY_BLINK_RENDERER_MODULES_EVENT_MODULES_H_