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

Unified Diff: ash/shell.h

Issue 1274563004: Show ChromeVox caption panel when spoken feedback is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromevox_panel_html
Patch Set: Add missing files Created 5 years, 1 month 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: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 5bdf6dd752b3b2596e564e3b0be71c3891926afb..05c6ac1a38e62ce6ba23b4364d5cd186d428e284 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -274,10 +274,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Sets the work area insets of the display that contains |window|,
// this notifies observers too.
- // TODO(sky): this no longer really replicates what happens and is unreliable.
- // Remove this.
Jun Mukai 2015/11/05 17:38:01 I think removing this TODO wouldn't be a good idea
dmazzoni 2015/11/05 20:12:58 I asked him and he didn't remember why it was ther
- void SetDisplayWorkAreaInsets(aura::Window* window,
- const gfx::Insets& insets);
+ void UpdateDisplayWorkAreaInsets(aura::Window* root_window);
// Called when the user logs in.
void OnLoginStateChanged(user::LoginStatus status);

Powered by Google App Engine
This is Rietveld 408576698