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

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

Issue 363483002: Reenable PanelViewTest.CheckTitleOnlyHeight and PanelViewTest.CheckMinimizedHeight (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ui/views/widget/desktop_aura/desktop_window_tree_host.h
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
index 26925b672ff14657c27e70c651a01e2a888ff7c4..ad6fdbfcb0a20c22fd325f2788e88eba88f3ce10 100644
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
@@ -143,7 +143,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
virtual void FlashFrame(bool flash_frame) = 0;
- virtual void OnRootViewLayout() const = 0;
+ virtual void OnRootViewLayout() = 0;
// Called when the DesktopNativeWidgetAura's aura::Window is focused and
// blurred.

Powered by Google App Engine
This is Rietveld 408576698