diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 18:11:31 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 18:11:31 +0000 |
commit | aadcd1d93fc5f41fad7ccd22b97215bdd6bb7d5d (patch) | |
tree | 37adf06afb5c8a8564f47d31854be6ad414ac2f7 /views/view.h | |
parent | cb9a0c92dc61f953a5593a773944a47fd70ecdf7 (diff) | |
download | chromium_src-aadcd1d93fc5f41fad7ccd22b97215bdd6bb7d5d.zip chromium_src-aadcd1d93fc5f41fad7ccd22b97215bdd6bb7d5d.tar.gz chromium_src-aadcd1d93fc5f41fad7ccd22b97215bdd6bb7d5d.tar.bz2 |
Implements a NOTIMPLEMENTED in GoButton.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/216045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/view.h b/views/view.h index 05b32ae..311e5ce 100644 --- a/views/view.h +++ b/views/view.h @@ -126,6 +126,9 @@ class View : public AcceleratorTarget { View(); virtual ~View(); + // Returns the amount of time between double clicks, in milliseconds. + static int GetDoubleClickTimeMS(); + // Sizing functions // Get the bounds of the View, relative to the parent. Essentially, this |