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

Side by Side Diff: services/view_manager/test_server_view_delegate.cc

Issue 1531403003: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: rebase Created 4 years, 11 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "services/view_manager/test_server_view_delegate.h"
6
7 namespace view_manager {
8
9 TestServerViewDelegate::TestServerViewDelegate() {
10 }
11
12 TestServerViewDelegate::~TestServerViewDelegate() {
13 }
14
15 void TestServerViewDelegate::PrepareToDestroyView(ServerView* view) {
16 }
17
18 void TestServerViewDelegate::PrepareToChangeViewHierarchy(
19 ServerView* view,
20 ServerView* new_parent,
21 ServerView* old_parent) {
22 }
23
24 void TestServerViewDelegate::PrepareToChangeViewVisibility(ServerView* view) {
25 }
26
27 void TestServerViewDelegate::OnScheduleViewPaint(const ServerView* view) {
28 }
29
30 } // namespace view_manager
OLDNEW
« no previous file with comments | « services/view_manager/test_server_view_delegate.h ('k') | services/view_manager/view_coordinate_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698