chromium/chrome/browser/ui/views/apps/shaped_app_window_targeter.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
#define CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_

#include "base/memory/raw_ptr.h"
#include "ui/aura/window_targeter.h"

class ChromeNativeAppWindowViews;

class ShapedAppWindowTargeter : public aura::WindowTargeter {};

#endif  // CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_