| Index: chrome/browser/ui/views/apps/shaped_app_window_targeter.cc
|
| diff --git a/chrome/browser/ui/views/apps/shaped_app_window_targeter.cc b/chrome/browser/ui/views/apps/shaped_app_window_targeter.cc
|
| deleted file mode 100644
|
| index ae319bef865285636f1af90ad01f6aea78f3d3c3..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/views/apps/shaped_app_window_targeter.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/ui/views/apps/shaped_app_window_targeter.h"
|
| -
|
| -#include "chrome/browser/ui/views/apps/native_app_window_views.h"
|
| -#include "ui/gfx/path.h"
|
| -
|
| -ShapedAppWindowTargeter::ShapedAppWindowTargeter(
|
| - aura::Window* window,
|
| - NativeAppWindowViews* app_window)
|
| - : wm::MaskedWindowTargeter(window),
|
| - app_window_(app_window) {
|
| -}
|
| -
|
| -ShapedAppWindowTargeter::~ShapedAppWindowTargeter() {
|
| -}
|
| -
|
| -bool ShapedAppWindowTargeter::GetHitTestMask(aura::Window* window,
|
| - gfx::Path* mask) const {
|
| - SkRegion* shape = app_window_->shape();
|
| - return shape ? shape->getBoundaryPath(mask) : false;
|
| -}
|
|
|