Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: ui/views/widget/widget.h

Issue 1536493002: Working proof of concept of select to speak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drag across multiple objects Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/root_view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index b53bb483e6c1e6cf3767b34d9e11485e1150c208..e546ec2e528f193e6abcf203fa52a59a0b8eed86 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -795,6 +795,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
void OnMouseCaptureLost() override;
void OnScrollEvent(ui::ScrollEvent* event) override;
void OnGestureEvent(ui::GestureEvent* event) override;
+ void OnAccessibilityMouseEvent(ui::MouseEvent* event) override;
bool ExecuteCommand(int command_id) override;
const std::vector<ui::Layer*>& GetRootLayers() override;
bool HasHitTestMask() const override;
« no previous file with comments | « ui/views/widget/root_view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698