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

Unified Diff: sky/engine/core/html/ime/InputMethodContext.h

Issue 671173006: Remove lots of machinery related to inline event handlers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/frame/WindowEventHandlers.idl ('k') | sky/engine/core/html/ime/InputMethodContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/ime/InputMethodContext.h
diff --git a/sky/engine/core/html/ime/InputMethodContext.h b/sky/engine/core/html/ime/InputMethodContext.h
index 67a45d4834635c5d926b5e8a3301e96ea88802df..b7f95f63149ce951af5d6694c02406489dec73cf 100644
--- a/sky/engine/core/html/ime/InputMethodContext.h
+++ b/sky/engine/core/html/ime/InputMethodContext.h
@@ -71,10 +71,6 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
virtual ExecutionContext* executionContext() const OVERRIDE;
- DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowshow);
- DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowupdate);
- DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowhide);
-
void dispatchCandidateWindowShowEvent();
void dispatchCandidateWindowUpdateEvent();
void dispatchCandidateWindowHideEvent();
« no previous file with comments | « sky/engine/core/frame/WindowEventHandlers.idl ('k') | sky/engine/core/html/ime/InputMethodContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698