WebKit merge 94748:94770
[chromium-blink-merge.git] / views / view_aura.cc
blobf01e9b9b8cf9300782a4e74fbc15dc035f3fdea3
1 // Copyright (c) 2011 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.
5 #include "views/view.h"
7 namespace views {
9 gfx::NativeViewAccessible View::GetNativeViewAccessible() {
10 return NULL;
13 int View::GetHorizontalDragThreshold() {
14 return 0;
17 int View::GetVerticalDragThreshold() {
18 return 0;
21 } // namespace views