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

Unified Diff: mandoline/ui/aura/window_tree_host_mojo.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 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: mandoline/ui/aura/window_tree_host_mojo.h
diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h
index 3fb2769144acab9623edc6e717db66774ea66808..c00c7748636d331cb8533b978f37e7f5c7dab54d 100644
--- a/mandoline/ui/aura/window_tree_host_mojo.h
+++ b/mandoline/ui/aura/window_tree_host_mojo.h
@@ -26,7 +26,6 @@ namespace mandoline {
class SurfaceContextFactory;
class WindowTreeHostMojo : public aura::WindowTreeHost,
- public ui::EventSource,
public mojo::ViewObserver {
public:
WindowTreeHostMojo(mojo::Shell* shell, mojo::View* view);
@@ -53,9 +52,6 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
void MoveCursorToNative(const gfx::Point& location) override;
void OnCursorVisibilityChangedNative(bool show) override;
- // ui::EventSource:
- ui::EventProcessor* GetEventProcessor() override;
-
// mojo::ViewObserver:
void OnViewBoundsChanged(mojo::View* view,
const mojo::Rect& old_bounds,

Powered by Google App Engine
This is Rietveld 408576698