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

Unified Diff: webrtc/system_wrappers/interface/aligned_array.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 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
« no previous file with comments | « webrtc/modules/video_coding/main/test/release_test.h ('k') | webrtc/test/fake_audio_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/interface/aligned_array.h
diff --git a/webrtc/system_wrappers/interface/aligned_array.h b/webrtc/system_wrappers/interface/aligned_array.h
index 4b5c276d433c6adaabde3073bd3be9ad095c106f..0acf53f48121b398bed16fb1db31ec8e7129b161 100644
--- a/webrtc/system_wrappers/interface/aligned_array.h
+++ b/webrtc/system_wrappers/interface/aligned_array.h
@@ -68,14 +68,6 @@ template<typename T> class AlignedArray {
return Row(row)[col];
}
- int rows() const {
Ben Chan 2015/06/17 14:48:56 As a helper class, the rows() and cols() getters s
Peter Kasting 2015/06/17 19:47:29 No one called these. I have no opposition to addi
kjellander_webrtc 2015/06/18 08:22:46 Since it seems there's code that uses them outside
- return rows_;
- }
-
- int cols() const {
- return cols_;
- }
-
private:
int rows_;
int cols_;
« no previous file with comments | « webrtc/modules/video_coding/main/test/release_test.h ('k') | webrtc/test/fake_audio_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698