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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h
diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h
similarity index 67%
copy from webrtc/base/asyncresolverinterface.cc
copy to webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h
index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..d56ba02c2eff4475d9a530cf3c3007c6828ffb2a 100644
--- a/webrtc/base/asyncresolverinterface.cc
+++ b/webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h
@@ -8,13 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/asyncresolverinterface.h"
+#import <UIKit/UIKit.h>
-namespace rtc {
+@interface UIImage (ARDUtilities)
-AsyncResolverInterface::AsyncResolverInterface() {
-}
+// Returns an color tinted version for the given image resource.
++ (UIImage *)imageForName:(NSString *)name color:(UIColor *)color;
-AsyncResolverInterface::~AsyncResolverInterface() = default;
-
-}; // namespace rtc
+@end
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ios/Info.plist ('k') | webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698