Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: ui/ozone/common/chromeos/native_display_delegate_ozone.cc

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/ozone/common/chromeos/native_display_delegate_ozone.h ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/display/chromeos/ozone/native_display_delegate_ozone.h" 5 #include "ui/ozone/common/chromeos/native_display_delegate_ozone.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 8
9 namespace ui { 9 namespace ui {
10 10
11 NativeDisplayDelegateOzone::NativeDisplayDelegateOzone() {} 11 NativeDisplayDelegateOzone::NativeDisplayDelegateOzone() {}
12 12
13 NativeDisplayDelegateOzone::~NativeDisplayDelegateOzone() {} 13 NativeDisplayDelegateOzone::~NativeDisplayDelegateOzone() {}
14 14
15 void NativeDisplayDelegateOzone::Initialize() { 15 void NativeDisplayDelegateOzone::Initialize() {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 void NativeDisplayDelegateOzone::AddObserver(NativeDisplayObserver* observer) { 86 void NativeDisplayDelegateOzone::AddObserver(NativeDisplayObserver* observer) {
87 NOTIMPLEMENTED(); 87 NOTIMPLEMENTED();
88 } 88 }
89 89
90 void NativeDisplayDelegateOzone::RemoveObserver( 90 void NativeDisplayDelegateOzone::RemoveObserver(
91 NativeDisplayObserver* observer) { 91 NativeDisplayObserver* observer) {
92 NOTIMPLEMENTED(); 92 NOTIMPLEMENTED();
93 } 93 }
94 94
95 } // namespace ui 95 } // namespace ui
OLDNEW
« no previous file with comments | « ui/ozone/common/chromeos/native_display_delegate_ozone.h ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698