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

Unified Diff: Source/web/WebViewImpl.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/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 6fb106fb6301b5b6a1503fbf12632567e2250519..2b0c0bb4f41ee465ed521b30c8424059e4874e1b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -69,7 +69,6 @@ class DataObject;
class DevToolsEmulator;
class Frame;
class FullscreenController;
-class InputMethodContext;
class InspectorOverlay;
class InspectorOverlayImpl;
class LinkHighlight;
@@ -146,9 +145,6 @@ public:
virtual WebColor backgroundColor() const override;
virtual WebPagePopup* pagePopup() const override;
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const override;
- virtual void didShowCandidateWindow() override;
- virtual void didUpdateCandidateWindow() override;
- virtual void didHideCandidateWindow() override;
virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const override;
virtual bool isSelectionAnchorFirst() const override;
virtual bool caretOrSelectionRange(size_t* location, size_t* length) override;
@@ -620,7 +616,6 @@ private:
bool handleSyntheticWheelFromTouchpadPinchEvent(const WebGestureEvent&);
- InputMethodContext* inputMethodContext();
WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
void enablePopupMouseWheelEventListener();
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698