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

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h

Issue 1105663004: [MacViews] Implement ChromeNativeAppWindowViewsMac::FlashFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
index ceec2b98f00744dc37178dd540bd5af6a9f026f6..d4e2d54c7b69718fc0ac23dfad8c6675e3ae7719 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
@@ -24,6 +24,7 @@ class ChromeNativeAppWindowViewsMac : public ChromeNativeAppWindowViews {
// ui::BaseWindow implementation.
void Show() override;
void ShowInactive() override;
+ void FlashFrame(bool flash) override;
// NativeAppWindow implementation.
// These are used to simulate Mac-style hide/show. Since windows can be hidden
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698