Remove typedefs.h from webrtc/ root (part 1)
Split out webrtc-specific #defines from typedefs.h, into rtc_base/annotations.h and rtc_base/arch.h. Also removes the curiously named WEBRTC_CPU_DETECTION #define. BUG=webrtc:6854 Review-Url: https://codereview.webrtc.org/3007253002 Cr-Commit-Position: refs/heads/master@{#19752}
This commit is contained in:
@ -749,7 +749,7 @@ VCMFrameBufferEnum VCMJitterBuffer::InsertPacket(const VCMPacket& packet,
|
||||
frame_event_->Set();
|
||||
}
|
||||
}
|
||||
FALLTHROUGH();
|
||||
RTC_FALLTHROUGH();
|
||||
}
|
||||
// Note: There is no break here - continuing to kDecodableSession.
|
||||
case kDecodableSession: {
|
||||
|
||||
Reference in New Issue
Block a user