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

Unified Diff: ash/host/ash_window_tree_host_x11.h

Issue 25108005: linux_aura: Compile ash into chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win64 compile. Created 6 years, 8 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/host/ash_window_tree_host_x11.h
diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
index f690ea84ead3082b6c2afc5b9ecbaf940c41cf64..435b0ed7a697e7fcf45bf4d6df1399d15d6f240c 100644
--- a/ash/host/ash_window_tree_host_x11.h
+++ b/ash/host/ash_window_tree_host_x11.h
@@ -53,9 +53,11 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
// Update is_internal_display_ based on the current state.
void UpdateIsInternalDisplay();
+#if defined(OS_CHROMEOS)
// Set the CrOS touchpad "tap paused" property. It is used to temporarily
// turn off the Tap-to-click feature when the mouse pointer is invisible.
void SetCrOSTapPaused(bool state);
+#endif
// True if the root host resides on the internal display
bool is_internal_display_;

Powered by Google App Engine
This is Rietveld 408576698