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

Unified Diff: ash/touch/touch_hud_projection.h

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original Created 4 years, 5 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/public/interfaces/container.mojom ('k') | ash/touch/touch_hud_projection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_hud_projection.h
diff --git a/ash/touch/touch_hud_projection.h b/ash/touch/touch_hud_projection.h
index ec0f8a24e57ee18a665427587f802e3c0078e58d..458407c76a5ef93b68b481025d86dafeafbd14ef 100644
--- a/ash/touch/touch_hud_projection.h
+++ b/ash/touch/touch_hud_projection.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,9 +10,11 @@
#include "ash/touch/touch_observer_hud.h"
#include "base/macros.h"
-namespace ash {
-class TouchPointView;
+namespace views {
+class TouchHudDrawer;
+}
+namespace ash {
// A heads-up display to show active touch points on the screen. As a derivative
// of TouchObserverHUD, objects of this class manage their own lifetime.
class TouchHudProjection : public TouchObserverHUD {
@@ -33,7 +35,7 @@ class TouchHudProjection : public TouchObserverHUD {
void UnsetHudForRootWindowController(
RootWindowController* controller) override;
- std::map<int, TouchPointView*> points_;
+ views::TouchHudDrawer* touch_hud_drawer_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(TouchHudProjection);
};
« no previous file with comments | « ash/public/interfaces/container.mojom ('k') | ash/touch/touch_hud_projection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698