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

Unified Diff: content/browser/browser_main_loop.h

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to ClientNativePixmapFactory Created 5 years, 4 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: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 5f87e69191bf4af7ca50dc799482dc8aa00ebacc..14478ec5fbff89204eaa7d59427e5b49e8f3092c 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -39,12 +39,6 @@ namespace net {
class NetworkChangeNotifier;
} // namespace net
-#if defined(USE_OZONE)
-namespace ui {
-class ClientNativePixmapFactory;
-} // namespace ui
-#endif
-
namespace content {
class BrowserMainParts;
class BrowserOnlineStateObserver;
@@ -251,9 +245,6 @@ class CONTENT_EXPORT BrowserMainLoop {
#elif defined(OS_MACOSX) && !defined(OS_IOS)
scoped_ptr<DeviceMonitorMac> device_monitor_mac_;
#endif
-#if defined(USE_OZONE)
- scoped_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
-#endif
scoped_ptr<ResourceDispatcherHostImpl> resource_dispatcher_host_;
scoped_ptr<MediaStreamManager> media_stream_manager_;

Powered by Google App Engine
This is Rietveld 408576698