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

Side by Side Diff: ash/mus/ash_window_tree_host_mus.h

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: addressed feedback. Created 3 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 unified diff | Download patch
« no previous file with comments | « ash/ime/input_method_event_handler.cc ('k') | ash/mus/ash_window_tree_host_mus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_ 5 #ifndef ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_
6 #define ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_ 6 #define ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_
7 7
8 #include "ash/host/ash_window_tree_host.h" 8 #include "ash/host/ash_window_tree_host.h"
9 #include "ui/aura/mus/window_tree_host_mus.h" 9 #include "ui/aura/mus/window_tree_host_mus.h"
10 10
(...skipping 18 matching lines...) Expand all
29 aura::WindowTreeHost* AsWindowTreeHost() override; 29 aura::WindowTreeHost* AsWindowTreeHost() override;
30 void PrepareForShutdown() override; 30 void PrepareForShutdown() override;
31 void RegisterMirroringHost(AshWindowTreeHost* mirroring_ash_host) override; 31 void RegisterMirroringHost(AshWindowTreeHost* mirroring_ash_host) override;
32 32
33 // aura::WindowTreeHostMus: 33 // aura::WindowTreeHostMus:
34 void SetRootTransform(const gfx::Transform& transform) override; 34 void SetRootTransform(const gfx::Transform& transform) override;
35 gfx::Transform GetRootTransform() const override; 35 gfx::Transform GetRootTransform() const override;
36 gfx::Transform GetInverseRootTransform() const override; 36 gfx::Transform GetInverseRootTransform() const override;
37 void UpdateRootWindowSizeInPixels( 37 void UpdateRootWindowSizeInPixels(
38 const gfx::Size& host_size_in_pixels) override; 38 const gfx::Size& host_size_in_pixels) override;
39 ui::EventDispatchDetails DispatchKeyEventPostIME(
40 ui::KeyEvent* event) override;
41 39
42 private: 40 private:
43 std::unique_ptr<TransformerHelper> transformer_helper_; 41 std::unique_ptr<TransformerHelper> transformer_helper_;
44 42
45 DISALLOW_COPY_AND_ASSIGN(AshWindowTreeHostMus); 43 DISALLOW_COPY_AND_ASSIGN(AshWindowTreeHostMus);
46 }; 44 };
47 45
48 } // namespace ash 46 } // namespace ash
49 47
50 #endif // ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_ 48 #endif // ASH_MUS_ASH_WINDOW_TREE_HOST_MUS_H_
OLDNEW
« no previous file with comments | « ash/ime/input_method_event_handler.cc ('k') | ash/mus/ash_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698