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

Side by Side Diff: content/public/browser/android/synchronous_compositor_client.h

Issue 781863004: Cleanup: Update the path to vector2d_f.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/input/input_event_filter.cc » ('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 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 CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_
6 #define CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_ 6 #define CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "ui/gfx/geometry/size_f.h" 9 #include "ui/gfx/geometry/size_f.h"
10 #include "ui/gfx/vector2d_f.h" 10 #include "ui/gfx/geometry/vector2d_f.h"
11 11
12 namespace content { 12 namespace content {
13 13
14 class SynchronousCompositor; 14 class SynchronousCompositor;
15 15
16 class SynchronousCompositorClient { 16 class SynchronousCompositorClient {
17 public: 17 public:
18 // Indication to the client that |compositor| is now initialized on the 18 // Indication to the client that |compositor| is now initialized on the
19 // compositor thread, and open for business. 19 // compositor thread, and open for business.
20 virtual void DidInitializeCompositor(SynchronousCompositor* compositor) = 0; 20 virtual void DidInitializeCompositor(SynchronousCompositor* compositor) = 0;
(...skipping 29 matching lines...) Expand all
50 SynchronousCompositorClient() {} 50 SynchronousCompositorClient() {}
51 virtual ~SynchronousCompositorClient() {} 51 virtual ~SynchronousCompositorClient() {}
52 52
53 private: 53 private:
54 DISALLOW_COPY_AND_ASSIGN(SynchronousCompositorClient); 54 DISALLOW_COPY_AND_ASSIGN(SynchronousCompositorClient);
55 }; 55 };
56 56
57 } // namespace content 57 } // namespace content
58 58
59 #endif // CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_ 59 #endif // CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_CLIENT_H_
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698