diff options
author | mohsen <mohsen@chromium.org> | 2014-09-04 20:44:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 03:45:34 +0000 |
commit | de4a75910d32558f43bc0b0304e58a45d3eea43a (patch) | |
tree | 52505d9f818fff0dcf4f54d65822c0920a85ed9e /ui/views/view.h | |
parent | f0728a37c866c9b1a9a31a0938df034af5f7714c (diff) | |
download | chromium_src-de4a75910d32558f43bc0b0304e58a45d3eea43a.zip chromium_src-de4a75910d32558f43bc0b0304e58a45d3eea43a.tar.gz chromium_src-de4a75910d32558f43bc0b0304e58a45d3eea43a.tar.bz2 |
Fix touch selection for Athena home card
This needs:
- Changing AthenaWindowTreeClient to return parent of a transient
parent as its transient child's default parent;
- Relaxing the assumption that home card container can only contain the
home card. It can also contain touch selection handles and quick
menu;
- Moving touch selection handles when a textfield view is moved around.
Currently, handles are moved only when the window is moved.
BUG=401109
Review URL: https://codereview.chromium.org/533403002
Cr-Commit-Position: refs/heads/master@{#293424}
Diffstat (limited to 'ui/views/view.h')
-rw-r--r-- | ui/views/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/view.h b/ui/views/view.h index 316c8c0..d9a0acf 100644 --- a/ui/views/view.h +++ b/ui/views/view.h @@ -1027,7 +1027,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, // Override returning true when the view needs to be notified when its visible // bounds relative to the root view may have changed. Only used by // NativeViewHost. - virtual bool NeedsNotificationWhenVisibleBoundsChange() const; + virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const; // Notification that this View's visible bounds relative to the root view may // have changed. The visible bounds are the region of the View not clipped by |