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

Unified Diff: Source/core/dom/Element.h

Issue 1162853002: Remove IME API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove interface in WebWidgets.h Created 5 years, 7 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 | « Source/core/core.gypi ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index cba660ac9a2ea9bc262319c8f58af270636fa720..263327bfb741e28d7687a1e6f91714893845ec96 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -55,7 +55,6 @@ class ElementRareData;
class ElementShadow;
class ExceptionState;
class Image;
-class InputMethodContext;
class IntSize;
class Locale;
class MutableStylePropertySet;
@@ -490,9 +489,6 @@ public:
ElementAnimations& ensureElementAnimations();
bool hasAnimations() const;
- InputMethodContext& inputMethodContext();
- bool hasInputMethodContext() const;
-
void synchronizeAttribute(const AtomicString& localName) const;
MutableStylePropertySet& ensureMutableInlineStyle();
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698