Index: ui/platform_window/x11/x11_window.cc |
diff --git a/ui/platform_window/x11/x11_window.cc b/ui/platform_window/x11/x11_window.cc |
index 91af8ed09314867b883103f9c1c032a59370bb77..7a47106d0787d750d79a7fab3af3442849459d64 100644 |
--- a/ui/platform_window/x11/x11_window.cc |
+++ b/ui/platform_window/x11/x11_window.cc |
@@ -22,6 +22,13 @@ |
namespace ui { |
+// static |
+scoped_ptr<PlatformWindow> PlatformWindow::Create( |
+ PlatformWindowDelegate* delegate, |
+ const gfx::Rect& bounds) { |
+ return new X11Window(delegate); |
+} |
+ |
namespace { |
const char* kAtomsToCache[] = { |