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

Side by Side Diff: remoting/ios/bridge/frame_consumer_bridge_callback.h

Issue 186733007: iOS Chromoting Client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 #ifndef REMOTING_IOS_BRIDGE_FRAME_CONSUMER_BRIDGE_CALLBACK_H_
6 #define REMOTING_IOS_BRIDGE_FRAME_CONSUMER_BRIDGE_CALLBACK_H_
7
8 #include "base/callback.h"
9 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
10
11 typedef base::Callback<void(const webrtc::DesktopSize& view_size,
12 webrtc::DesktopFrame* buffer,
13 const webrtc::DesktopRegion& region)>
14 FrameConsumerBridgeCallback;
dcaiafa 2014/03/19 01:14:15 Scope this typedef into FrameConsumerBridge, renam
aboone 2014/03/21 16:42:07 Done.
15
16 #endif // REMOTING_IOS_BRIDGE_FRAME_CONSUMER_BRIDGE_CALLBACK_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698