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: media/ozone/media_ozone_platform.cc

Issue 1602173005: Add PlatformWindow/Event related code for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps problem. Created 4 years, 11 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 | « no previous file | ui/events/platform/x11/BUILD.gn » ('j') | ui/events/platform/x11/x11_event_source.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ozone/media_ozone_platform.cc
diff --git a/media/ozone/media_ozone_platform.cc b/media/ozone/media_ozone_platform.cc
index c1c45864c28d67bf6034f2ded078ff6deb05b28e..417d54c0e3d07d95f0151251382d8f7734df3f65 100644
--- a/media/ozone/media_ozone_platform.cc
+++ b/media/ozone/media_ozone_platform.cc
@@ -61,6 +61,10 @@ MediaOzonePlatform* CreateMediaOzonePlatformWayland() {
return new MediaOzonePlatformStub;
}
+MediaOzonePlatform* CreateMediaOzonePlatformX11() {
+ return new MediaOzonePlatformStub;
+}
+
MediaOzonePlatform::MediaOzonePlatform() {
CHECK(!instance_) << "There should only be a single MediaOzonePlatform.";
instance_ = this;
« no previous file with comments | « no previous file | ui/events/platform/x11/BUILD.gn » ('j') | ui/events/platform/x11/x11_event_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698