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

Side by Side Diff: remoting/client/chromoting_view.h

Issue 7992011: Move us fully from gfx:: over to skia types for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for bad DEPS Created 9 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 | Annotate | Revision Log
« no previous file with comments | « remoting/client/DEPS ('k') | remoting/client/frame_consumer.h » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 REMOTING_CLIENT_CHROMOTING_VIEW_H_ 5 #ifndef REMOTING_CLIENT_CHROMOTING_VIEW_H_
6 #define REMOTING_CLIENT_CHROMOTING_VIEW_H_ 6 #define REMOTING_CLIENT_CHROMOTING_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "media/base/video_frame.h" 11 #include "media/base/video_frame.h"
12 #include "ui/gfx/point.h"
13 12
14 class MessageLoop; 13 class MessageLoop;
15 14
16 namespace base { 15 namespace base {
17 class WaitableEvent; 16 class WaitableEvent;
18 } // namespace base 17 } // namespace base
19 18
20 namespace remoting { 19 namespace remoting {
21 20
22 static const uint32 kCreatedColor = 0xffccccff; 21 static const uint32 kCreatedColor = 0xffccccff;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 scoped_refptr<media::VideoFrame> frame_; 78 scoped_refptr<media::VideoFrame> frame_;
80 79
81 // Dimensions of |frame_| bitmap. 80 // Dimensions of |frame_| bitmap.
82 int frame_width_; 81 int frame_width_;
83 int frame_height_; 82 int frame_height_;
84 }; 83 };
85 84
86 } // namespace remoting 85 } // namespace remoting
87 86
88 #endif // REMOTING_CLIENT_CHROMOTING_VIEW_H_ 87 #endif // REMOTING_CLIENT_CHROMOTING_VIEW_H_
OLDNEW
« no previous file with comments | « remoting/client/DEPS ('k') | remoting/client/frame_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698