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

Unified Diff: chrome/browser/ui/views/location_bar/zoom_view.cc

Issue 2834493007: MacViews: Allows the toolkit-views Zoom Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Zoom Dialog to be used (comments) Created 3 years, 8 months 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
Index: chrome/browser/ui/views/location_bar/zoom_view.cc
diff --git a/chrome/browser/ui/views/location_bar/zoom_view.cc b/chrome/browser/ui/views/location_bar/zoom_view.cc
index 53c86cfc43effeb52b0e6faa908ef23c11f63f36..97a332079a90d1930cc9e8340a0204a1b82eba89 100644
--- a/chrome/browser/ui/views/location_bar/zoom_view.cc
+++ b/chrome/browser/ui/views/location_bar/zoom_view.cc
@@ -51,7 +51,7 @@ void ZoomView::Update(zoom::ZoomController* zoom_controller) {
void ZoomView::OnExecuting(BubbleIconView::ExecuteSource source) {
ZoomBubbleView::ShowBubble(location_bar_delegate_->GetWebContents(),
- ZoomBubbleView::USER_GESTURE);
+ gfx::Point(), ZoomBubbleView::USER_GESTURE);
}
void ZoomView::GetAccessibleNodeData(ui::AXNodeData* node_data) {

Powered by Google App Engine
This is Rietveld 408576698