summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/screen_aura.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/screen_aura.cc')
-rw-r--r--chromium/ui/gfx/screen_aura.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/ui/gfx/screen_aura.cc b/chromium/ui/gfx/screen_aura.cc
new file mode 100644
index 00000000000..7a1effa0e8c
--- /dev/null
+++ b/chromium/ui/gfx/screen_aura.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/gfx/screen.h"
+
+#include "base/logging.h"
+
+namespace gfx {
+
+Screen* CreateNativeScreen() {
+ NOTREACHED() << "Implementation should be installed at higher level.";
+ return NULL;
+}
+
+} // namespace gfx