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

Unified Diff: mash/wm/bridge/wm_window_mus.cc

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 7 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 | « mash/wm/bridge/wm_window_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/bridge/wm_window_mus.cc
diff --git a/mash/wm/bridge/wm_window_mus.cc b/mash/wm/bridge/wm_window_mus.cc
index 1cffa9d134918397c5e28ac7637a6531b9d0a1eb..b0a0227c9aace9a88732121dbe8bc788ddaeb848 100644
--- a/mash/wm/bridge/wm_window_mus.cc
+++ b/mash/wm/bridge/wm_window_mus.cc
@@ -552,6 +552,14 @@ ash::wm::WmWindow* WmWindowMus::GetChildByShellWindowId(int id) {
return nullptr;
}
+void WmWindowMus::ShowResizeShadow(int component) {
+ NOTIMPLEMENTED();
+}
+
+void WmWindowMus::HideResizeShadow() {
+ NOTIMPLEMENTED();
+}
+
void WmWindowMus::SnapToPixelBoundaryIfNecessary() {
NOTIMPLEMENTED();
}
« no previous file with comments | « mash/wm/bridge/wm_window_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698