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