| Index: ui/display/screen_aura.cc
|
| diff --git a/ui/display/screen_aura.cc b/ui/display/screen_aura.cc
|
| index a12d9a6de49ec3cddedc22a671aebf4e9c3b60fb..1c790dcb09a73bd05b81c466041b4ada93f3c68e 100644
|
| --- a/ui/display/screen_aura.cc
|
| +++ b/ui/display/screen_aura.cc
|
| @@ -8,6 +8,11 @@
|
|
|
| namespace display {
|
|
|
| +// static
|
| +static gfx::NativeWindow Display::WindowForView(gfx::NativeView view) {
|
| + return view;
|
| +}
|
| +
|
| Screen* CreateNativeScreen() {
|
| NOTREACHED() << "Implementation should be installed at higher level.";
|
| return NULL;
|
|
|