Merge "fix build"
This commit is contained in:
@@ -453,13 +453,13 @@ public class IWindowManagerImpl implements IWindowManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean clearWindowContentRenderStats(IBinder token) {
|
public boolean clearWindowContentFrameStats(IBinder token) {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public WindowContentFrameStats getWindowContentRenderStats(IBinder token) {
|
public WindowContentFrameStats getWindowContentFrameStats(IBinder token) {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user