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

Unified Diff: ui/ozone/common/stub_client_native_pixmap_factory.cc

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant Pass() 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
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/ozone/platform/caca/ozone_platform_caca.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/stub_client_native_pixmap_factory.cc
diff --git a/ui/ozone/common/stub_client_native_pixmap_factory.cc b/ui/ozone/common/stub_client_native_pixmap_factory.cc
index 7238eabc092a6c8745867dfad197a4bd15341f6e..d076a0c54e857ef52c98873584cc7ee231efb144 100644
--- a/ui/ozone/common/stub_client_native_pixmap_factory.cc
+++ b/ui/ozone/common/stub_client_native_pixmap_factory.cc
@@ -4,8 +4,6 @@
#include "ui/ozone/common/stub_client_native_pixmap_factory.h"
-#include "base/file_descriptor_posix.h"
-
namespace ui {
namespace {
@@ -16,6 +14,7 @@ class StubClientNativePixmapFactory : public ClientNativePixmapFactory {
~StubClientNativePixmapFactory() override {}
// ClientNativePixmapFactory:
+ void Initialize(base::ScopedFD device_fd) override {}
std::vector<Configuration> GetSupportedConfigurations() const override {
return std::vector<Configuration>();
}
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/ozone/platform/caca/ozone_platform_caca.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698