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

Unified Diff: sky/engine/public/web/WebNode.h

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: sky/engine/public/web/WebNode.h
diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
index 115de3bc164e4fd1a579501c88cc7ab8be5afb30..5e535bdc99be4b5eb327a1464297c6818397ff05 100644
--- a/sky/engine/public/web/WebNode.h
+++ b/sky/engine/public/web/WebNode.h
@@ -99,7 +99,6 @@ public:
BLINK_EXPORT bool isFocusable() const;
BLINK_EXPORT bool isContentEditable() const;
BLINK_EXPORT bool isElementNode() const;
- BLINK_EXPORT void simulateClick();
BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const;
BLINK_EXPORT WebElement rootEditableElement() const;
BLINK_EXPORT bool focused() const;

Powered by Google App Engine
This is Rietveld 408576698