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

Unified Diff: components/exo/wayland/clients/client_base.h

Issue 2846203002: exo: no-roundtrip dmabuf import (Closed)
Patch Set: Created 3 years, 8 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: components/exo/wayland/clients/client_base.h
diff --git a/components/exo/wayland/clients/client_base.h b/components/exo/wayland/clients/client_base.h
index be00a8c4bcf311f3b8b51f253ee9792fdbd992e7..ce954e2cc33650252a5d4d3c422f9ab0ba3e67ad 100644
--- a/components/exo/wayland/clients/client_base.h
+++ b/components/exo/wayland/clients/client_base.h
@@ -43,6 +43,7 @@ class ClientBase {
bool use_drm = false;
std::string use_drm_value;
int32_t drm_format = 0;
+ bool immed = false;
};
struct Globals {
@@ -86,6 +87,7 @@ class ClientBase {
int scale_ = 1;
bool fullscreen_ = false;
bool transparent_background_ = false;
+ bool immed_ = false;
std::unique_ptr<wl_display> display_;
std::unique_ptr<wl_surface> surface_;
« no previous file with comments | « no previous file | components/exo/wayland/clients/client_base.cc » ('j') | components/exo/wayland/clients/client_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698