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

Unified Diff: ui/aura/window_tree_host_x11.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pls be green! 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
Index: ui/aura/window_tree_host_x11.h
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h
index a37f89c4234e33441cd519b4de36587f7298a440..fa4dd36ac4e38dc1c4a399b7650b2771048b169d 100644
--- a/ui/aura/window_tree_host_x11.h
+++ b/ui/aura/window_tree_host_x11.h
@@ -30,7 +30,6 @@ class TouchEventCalibrate;
}
class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
- public ui::EventSource,
public ui::PlatformEventDispatcher {
public:
@@ -55,9 +54,6 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
void MoveCursorToNative(const gfx::Point& location) override;
void OnCursorVisibilityChangedNative(bool show) override;
- // ui::EventSource overrides.
- ui::EventProcessor* GetEventProcessor() override;
-
protected:
// Called when X Configure Notify event is recevied.
virtual void OnConfigureNotify();

Powered by Google App Engine
This is Rietveld 408576698