Index: content/public/test/browser_test_utils.h |
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h |
index f18d4e99bd5d55a98a215c803f6bc21658c38e1f..2d3f1a617e25ee819a1d5b5a504d33848b3e6ca6 100644 |
--- a/content/public/test/browser_test_utils.h |
+++ b/content/public/test/browser_test_utils.h |
@@ -129,8 +129,10 @@ void SimulateGestureScrollSequence(WebContents* web_contents, |
// Taps the screen at |point|. |
void SimulateTapAt(WebContents* web_contents, const gfx::Point& point); |
+#if defined(USE_AURA) |
// Generates a TouchStart at |point|. |
void SimulateTouchPressAt(WebContents* web_contents, const gfx::Point& point); |
+#endif |
// Taps the screen with modifires at |point|. |
void SimulateTapWithModifiersAt(WebContents* web_contents, |