Loading libs/vr/libvrflinger/hardware_composer.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -1060,14 +1060,6 @@ void Layer::UpdateLayerSettings() { UpdateVisibilitySettings(); error = composer_->setLayerCompositionType( display, hardware_composer_layer_, composition_type_.cast<Hwc2::IComposerClient::Composition>()); ALOGE_IF( error != HWC::Error::None, "Layer::UpdateLayerSettings: Error setting layer composition type: %s", error.to_string().c_str()); // TODO(eieio): Use surface attributes or some other mechanism to control // the layer display frame. error = composer_->setLayerDisplayFrame( Loading Loading
libs/vr/libvrflinger/hardware_composer.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -1060,14 +1060,6 @@ void Layer::UpdateLayerSettings() { UpdateVisibilitySettings(); error = composer_->setLayerCompositionType( display, hardware_composer_layer_, composition_type_.cast<Hwc2::IComposerClient::Composition>()); ALOGE_IF( error != HWC::Error::None, "Layer::UpdateLayerSettings: Error setting layer composition type: %s", error.to_string().c_str()); // TODO(eieio): Use surface attributes or some other mechanism to control // the layer display frame. error = composer_->setLayerDisplayFrame( Loading