Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cef
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Web
cef
Commits
f80401b7
Commit
f80401b7
authored
Jun 18, 2019
by
Santosh Mahto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove incomplete comment
parent
7ad08215
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
patch/patches/setIVISurfaceID.patch
patch/patches/setIVISurfaceID.patch
+2
-3
No files found.
patch/patches/setIVISurfaceID.patch
View file @
f80401b7
...
...
@@ -78,16 +78,15 @@ index 94c3a60c0e96..1d79aea32f3f 100644
DISALLOW_COPY_AND_ASSIGN(WaylandWindow);
};
diff --git ui/ozone/platform/wayland/xdg_surface_wrapper.h ui/ozone/platform/wayland/xdg_surface_wrapper.h
index 58bf12938b24..
02f5193636d5
100644
index 58bf12938b24..
d35b82dba63d
100644
--- ui/ozone/platform/wayland/xdg_surface_wrapper.h
+++ ui/ozone/platform/wayland/xdg_surface_wrapper.h
@@ -59,6 +59,1
1
@@
class XDGSurfaceWrapper {
@@ -59,6 +59,1
0
@@
class XDGSurfaceWrapper {
// Sets a desired window geometry once wayland requests client to do so.
virtual void SetWindowGeometry(const gfx::Rect& bounds) = 0;
+
+#if defined(USE_IVI)
+ // Sets the ID specified by
+ virtual void SetAppID(const unsigned int ivi_surface_id) = 0;
+#endif
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment