Merge "Change visibility of RecordSource into public." into lmp-mr1-dev

This commit is contained in:
Yuncheol Heo
2014-10-07 00:29:05 +00:00
committed by Android (Google) Code Review

View File

@@ -55,8 +55,10 @@ public final class HdmiRecordSources {
/**
* Base class for each record source.
* @hide
*/
static abstract class RecordSource {
@SystemApi
public static abstract class RecordSource {
protected final int mSourceType;
protected final int mExtraDataSize;