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

Unified Diff: ash/aura/wm_window_aura.h

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: nit and rebase Created 4 years, 3 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/BUILD.gn ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_window_aura.h
diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
index 1bf4da0923c0b015f47c4dca33c6271899e5f2c4..9ea365f1cb21a004ffb452a7d6ff548d8a154aa3 100644
--- a/ash/aura/wm_window_aura.h
+++ b/ash/aura/wm_window_aura.h
@@ -58,6 +58,8 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
int GetShellWindowId() const override;
WmWindow* GetChildByShellWindowId(int id) override;
ui::wm::WindowType GetType() const override;
+ int GetAppType() const override;
+ void SetAppType(int app_type) const override;
bool IsBubble() override;
ui::Layer* GetLayer() override;
display::Display GetDisplayNearestWindow() override;
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698