Update V8 to version 3.28.7 (based on bleeding_edge revision r22083).
[chromium-blink-merge.git] / ui / gfx / screen_aura.cc
blob7a1effa0e8cef6d6c2446727089443ea77689768
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/gfx/screen.h"
7 #include "base/logging.h"
9 namespace gfx {
11 Screen* CreateNativeScreen() {
12 NOTREACHED() << "Implementation should be installed at higher level.";
13 return NULL;
16 } // namespace gfx