OSDN Git Service

DO NOT MERGE: BufferStateLayer: Mirror BufferQueue behavior in fence merging am:...
[android-x86/frameworks-native.git] / services / surfaceflinger / BufferStateLayer.cpp
index ec73b9d..d94347a 100644 (file)
@@ -825,6 +825,7 @@ Layer::RoundedCornerState BufferStateLayer::getRoundedCornerState() const {
                                         static_cast<float>(s.active.transform.ty() + s.active.h)),
                               radius);
 }
+
 } // namespace android
 
 // TODO(b/129481165): remove the #pragma below and fix conversion issues