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

Unified Diff: services/ui/demo/mus_demo.cc

Issue 2657873006: Remove WindowTreeClientDelegate::GetCaptureClient() and WindowTreeClient::GetCaptureClient(). (Closed)
Patch Set: 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
Index: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index b268e11c57e34560d4068333c1a2262085f973d8..651e584b93c519a6185c252288cb0b3ed5a000c5 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -118,10 +118,6 @@ void MusDemo::OnLostConnection(aura::WindowTreeClient* client) {
void MusDemo::OnPointerEventObserved(const PointerEvent& event,
aura::Window* target) {}
-aura::client::CaptureClient* MusDemo::GetCaptureClient() {
- return capture_client_.get();
-}
-
aura::PropertyConverter* MusDemo::GetPropertyConverter() {
return property_converter_.get();
}

Powered by Google App Engine
This is Rietveld 408576698