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

Unified Diff: ui/ozone/platform/dri/dri_surface_factory.cc

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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/platform/dri/dri_surface_factory.h ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_surface_factory.cc
diff --git a/ui/ozone/platform/dri/dri_surface_factory.cc b/ui/ozone/platform/dri/dri_surface_factory.cc
index 93fc4b4f670766cf0a260ad9816b039c69ffee6c..5e6e2e1ec00af64e6a4d2f07b1d560c55aee12ed 100644
--- a/ui/ozone/platform/dri/dri_surface_factory.cc
+++ b/ui/ozone/platform/dri/dri_surface_factory.cc
@@ -154,7 +154,8 @@ void DriSurfaceFactory::ShutdownHardware() {
state_ = UNINITIALIZED;
}
-gfx::AcceleratedWidget DriSurfaceFactory::GetAcceleratedWidget() {
+gfx::AcceleratedWidget DriSurfaceFactory::CreatePlatformWindow(
+ ui::PlatformWindowDelegate* delegate) {
CHECK(state_ != FAILED);
// We're not using 0 since other code assumes that a 0 AcceleratedWidget is an
« no previous file with comments | « ui/ozone/platform/dri/dri_surface_factory.h ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698