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

Side by Side Diff: services/native_viewport/platform_viewport.h

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #ifndef SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_ 5 #ifndef SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
6 #define SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_ 6 #define SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "mojo/services/input_events/public/interfaces/input_events.mojom.h" 9 #include "mojo/services/input_events/interfaces/input_events.mojom.h"
10 #include "mojo/services/native_viewport/public/interfaces/native_viewport.mojom. h" 10 #include "mojo/services/native_viewport/interfaces/native_viewport.mojom.h"
11 #include "ui/gfx/native_widget_types.h" 11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/size.h" 12 #include "ui/gfx/size.h"
13 13
14 namespace gfx { 14 namespace gfx {
15 class Rect; 15 class Rect;
16 } 16 }
17 17
18 namespace mojo { 18 namespace mojo {
19 class ApplicationImpl; 19 class ApplicationImpl;
20 } 20 }
(...skipping 24 matching lines...) Expand all
45 virtual gfx::Size GetSize() = 0; 45 virtual gfx::Size GetSize() = 0;
46 virtual void SetBounds(const gfx::Rect& bounds) = 0; 46 virtual void SetBounds(const gfx::Rect& bounds) = 0;
47 47
48 static scoped_ptr<PlatformViewport> Create(mojo::ApplicationImpl* application, 48 static scoped_ptr<PlatformViewport> Create(mojo::ApplicationImpl* application,
49 Delegate* delegate); 49 Delegate* delegate);
50 }; 50 };
51 51
52 } // namespace native_viewport 52 } // namespace native_viewport
53 53
54 #endif // SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_ 54 #endif // SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
OLDNEW
« no previous file with comments | « services/native_viewport/onscreen_context_provider.h ('k') | services/python/mojo_url_redirector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698