diff options
| author | 2018-07-31 17:12:33 +0000 | |
|---|---|---|
| committer | 2018-07-31 17:12:33 +0000 | |
| commit | b1a4e00a8e705f5eda6175948bb93674ee7215c3 (patch) | |
| tree | a826a9eefa307db6124f3bfa3839b6486ec76ce2 /services/surfaceflinger/ContainerLayer.cpp | |
| parent | ba316463212161cbd6b76215f32d15e13b818269 (diff) | |
| parent | 61c58627dd748baa699bab62e80a7972f2030f60 (diff) | |
Merge changes from topic "blast"
* changes:
blast: BufferStateLayer
blast: Append "_legacy" to old buffer state values
blast: clang format LayerState.h
blast: Factor out BufferQueueLayer
Diffstat (limited to 'services/surfaceflinger/ContainerLayer.cpp')
| -rw-r--r-- | services/surfaceflinger/ContainerLayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/ContainerLayer.cpp b/services/surfaceflinger/ContainerLayer.cpp index 320c0df86a..5ad5d562a8 100644 --- a/services/surfaceflinger/ContainerLayer.cpp +++ b/services/surfaceflinger/ContainerLayer.cpp @@ -28,9 +28,9 @@ ContainerLayer::ContainerLayer(SurfaceFlinger* flinger, const sp<Client>& client mDrawingState = mCurrentState; } -void ContainerLayer::onDraw(const RenderArea&, const Region& /* clip */, bool) const {} +void ContainerLayer::onDraw(const RenderArea&, const Region& /* clip */, bool) {} -void ContainerLayer::drawNow(const RenderArea&, bool) const {} +void ContainerLayer::drawNow(const RenderArea&, bool) {} bool ContainerLayer::isVisible() const { return !isHiddenByPolicy(); |