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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: 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
Index: ash/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 6fe223e8b572f7c9dfaf17115bbd1c8d3b255f4c..4f44576ddb6c520beb06d9fef8cb5bef2c1cb1cb 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -122,6 +122,8 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
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;

Powered by Google App Engine
This is Rietveld 408576698