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

Unified Diff: ash/common/wm_window.h

Issue 2613793002: Removes/promotes functions from WmWindowMus to WmWindowAura (Closed)
Patch Set: move WmWindowAuraTestApi to ash/test Created 3 years, 11 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 | « ash/aura/wm_window_aura.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 6dbe40be28e53eb3fc01875e1d7682972ecddf3f..927863bbb22388ccfaf18882fa6b921ac6060fce 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -93,8 +93,6 @@ class ASH_EXPORT WmWindow {
virtual int GetAppType() const = 0;
virtual void SetAppType(int app_type) const = 0;
- virtual bool IsBubble() = 0;
-
virtual ui::Layer* GetLayer() = 0;
// TODO(sky): these are temporary until GetLayer() always returns non-null.
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698