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

Unified Diff: ash/devtools/ash_devtools_css_agent.h

Issue 2821213002: chromeos: converts ash devtools to aura::Window (Closed)
Patch Set: fix cast 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
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.cc » ('j') | ui/wm/public/activation_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/devtools/ash_devtools_css_agent.h
diff --git a/ash/devtools/ash_devtools_css_agent.h b/ash/devtools/ash_devtools_css_agent.h
index c4427623d0c66c36c6c58a57f230065b4bfb9ca2..f4027ed087f8b157417016593bc2288eecc03424 100644
--- a/ash/devtools/ash_devtools_css_agent.h
+++ b/ash/devtools/ash_devtools_css_agent.h
@@ -35,7 +35,7 @@ class ASH_EXPORT AshDevToolsCSSAgent
result) override;
// AshDevToolsDOMAgentObserver
- void OnWindowBoundsChanged(WmWindow* window) override;
+ void OnWindowBoundsChanged(aura::Window* window) override;
void OnWidgetBoundsChanged(views::Widget* widget) override;
void OnViewBoundsChanged(views::View* view) override;
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.cc » ('j') | ui/wm/public/activation_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698