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

Unified Diff: ash/touch/touch_observer_hud_unittest.cc

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/touch/touch_hud_projection.cc ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_observer_hud_unittest.cc
diff --git a/ash/touch/touch_observer_hud_unittest.cc b/ash/touch/touch_observer_hud_unittest.cc
index 7eec15c0cd94e33a3c9c926b92f37d94b029fd4b..de288b089321d84f1b5438fe55e770a0ce480d61 100644
--- a/ash/touch/touch_observer_hud_unittest.cc
+++ b/ash/touch/touch_observer_hud_unittest.cc
@@ -17,6 +17,7 @@
#include "base/format_macros.h"
#include "base/strings/stringprintf.h"
#include "ui/aura/window.h"
+#include "ui/views/controls/touch/touch_hud_drawer.h"
#include "ui/views/widget/widget.h"
namespace ash {
@@ -283,7 +284,7 @@ class TouchHudProjectionTest : public TouchHudTestBase {
}
int GetInternalTouchPointsCount() {
- return GetInternalTouchHudProjection()->points_.size();
+ return GetInternalTouchHudProjection()->touch_hud_drawer_->points_.size();
}
void SendTouchEventToInternalHud(ui::EventType type,
« no previous file with comments | « ash/touch/touch_hud_projection.cc ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698