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

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

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index 472be9a3057a4bfdac55d42c2f46ed7509c06631..5295e44a67f7e0e1a0983939916f718e6cbf3fc6 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -33,7 +33,6 @@ class Window;
}
namespace ui {
-class BitmapUploader;
class Window;
class WindowTreeClient;
namespace mojom {
@@ -48,7 +47,6 @@ class Connector;
namespace ui {
class Event;
-class ViewProp;
}
namespace wm {
@@ -280,10 +278,6 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
std::unique_ptr<aura::client::ScreenPositionClient> screen_position_client_;
std::unique_ptr<wm::CursorManager> cursor_manager_;
- // Bitmap management.
- std::unique_ptr<ui::BitmapUploader> bitmap_uploader_;
- std::unique_ptr<ui::ViewProp> prop_;
-
base::WeakPtrFactory<NativeWidgetMus> close_widget_factory_;
DISALLOW_COPY_AND_ASSIGN(NativeWidgetMus);

Powered by Google App Engine
This is Rietveld 408576698