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

Unified Diff: ui/ozone/platform/cast/surface_factory_cast.cc

Issue 1263323004: Add NativePixmapHandle type & interface for exporting them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cast build 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 | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/drm/common/client_native_pixmap_factory_gbm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/surface_factory_cast.cc
diff --git a/ui/ozone/platform/cast/surface_factory_cast.cc b/ui/ozone/platform/cast/surface_factory_cast.cc
index e9aea7d19f5d1642e62096289737a2755fc165ca..e0a728feafa535287c4d0f91ce2110829b186dc2 100644
--- a/ui/ozone/platform/cast/surface_factory_cast.cc
+++ b/ui/ozone/platform/cast/surface_factory_cast.cc
@@ -211,6 +211,9 @@ scoped_refptr<NativePixmap> SurfaceFactoryCast::CreateNativePixmap(
scoped_refptr<NativePixmap> GetScaledPixmap(gfx::Size new_size) override {
return nullptr;
}
+ gfx::NativePixmapHandle ExportHandle() override {
+ return gfx::NativePixmapHandle();
+ }
private:
~CastPixmap() override {}
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/drm/common/client_native_pixmap_factory_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698