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

Unified Diff: ui/gfx/ozone/surface_factory_ozone.cc

Issue 205433005: ozone: Add OzoneWindowFactory & OzoneWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: ui/gfx/ozone/surface_factory_ozone.cc
diff --git a/ui/gfx/ozone/surface_factory_ozone.cc b/ui/gfx/ozone/surface_factory_ozone.cc
index a678fa88ac83a1bcbd21a3ca910904479d3c74c1..16858fc9a9bc00e2bee5b7261655d4065ce8a40a 100644
--- a/ui/gfx/ozone/surface_factory_ozone.cc
+++ b/ui/gfx/ozone/surface_factory_ozone.cc
@@ -11,6 +11,8 @@
namespace gfx {
+const AcceleratedWidget kDefaultAcceleratedWidgetForSingleWindow = 1;
+
// static
SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698