hud_properties.cc 441 B

123456789101112131415
  1. // Copyright 2020 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. #include "ash/hud_display/hud_properties.h"
  5. namespace ash {
  6. namespace hud_display {
  7. DEFINE_UI_CLASS_PROPERTY_KEY(HitTestCompat, kHUDClickHandler, HTNOWHERE)
  8. } // namespace hud_display
  9. } // namespace ash
  10. DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE(ASH_EXPORT, HitTestCompat)