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

Unified Diff: chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc

Issue 2908073003: Ensure that mask layer is of the same size as the owning layer. (Closed)
Patch Set: clean up my mistake Created 3 years, 6 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
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | ui/views/bubble/bubble_dialog_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc
diff --git a/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc b/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc
index 624d469dc5e4e8b72a3eedd68689f357ec6c8b15..6062d7a790d29b73dd4664e0ff8d04b4e9be24a0 100644
--- a/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc
+++ b/chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc
@@ -55,7 +55,7 @@ class PermissionsBubbleDialogDelegateView
~PermissionsBubbleDialogDelegateView() override;
void CloseBubble();
- void SizeToContents();
+ void SizeToContents() override;
stevenjb 2017/06/14 17:58:58 Assuming this overrides a BubbleDialogDelegateView
sunxd 2017/06/14 18:19:56 Done.
// BubbleDialogDelegateView:
bool ShouldShowCloseButton() const override;
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | ui/views/bubble/bubble_dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698