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

Unified Diff: ui/views/mus/window_tree_host_mus.h

Issue 1634103002: views/mus: Make PlatformWindowMus be responsible for setting-up the BitmapUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_tree_host_mus.h
diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
index 0116e60b942666a71b0c941cb8ab8e25423755a0..f2a58b658e71ab3fa9699adff305fd16d7423301 100644
--- a/ui/views/mus/window_tree_host_mus.h
+++ b/ui/views/mus/window_tree_host_mus.h
@@ -12,10 +12,6 @@
class SkBitmap;
-namespace bitmap_uploader {
-class BitmapUploader;
-}
-
namespace mojo {
class Shell;
}
@@ -24,11 +20,6 @@ namespace mus {
class Window;
}
-namespace ui {
-class Compositor;
-class ViewProp;
-}
-
namespace views {
class InputMethodMUS;
@@ -44,9 +35,6 @@ class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
~WindowTreeHostMus() override;
PlatformWindowMus* platform_window();
- bitmap_uploader::BitmapUploader* bitmap_uploader() {
- return bitmap_uploader_.get();
- }
ui::PlatformWindowState show_state() const { return show_state_; }
private:
@@ -60,8 +48,6 @@ class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
NativeWidgetMus* native_widget_;
scoped_ptr<InputMethodMUS> input_method_;
ui::PlatformWindowState show_state_;
- scoped_ptr<bitmap_uploader::BitmapUploader> bitmap_uploader_;
- scoped_ptr<ui::ViewProp> prop_;
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMus);
};
« no previous file with comments | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698