// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/masked_targeter_delegate.h" #include "third_party/skia/include/core/SkPath.h" #include "third_party/skia/include/core/SkRegion.h" #include "ui/gfx/geometry/skia_conversions.h" #include "ui/views/view.h" namespace views { bool MaskedTargeterDelegate::DoesIntersectRect(const View* target, const gfx::Rect& rect) const { … } } // namespace views