diff options
Diffstat (limited to 'sdm/libs/core/strategy.cpp')
-rw-r--r-- | sdm/libs/core/strategy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdm/libs/core/strategy.cpp b/sdm/libs/core/strategy.cpp index 794b437b4..924047a21 100644 --- a/sdm/libs/core/strategy.cpp +++ b/sdm/libs/core/strategy.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2014 - 2015, The Linux Foundation. All rights reserved. +* Copyright (c) 2014 - 2016, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are met: @@ -43,7 +43,7 @@ DisplayError Strategy::Init() { if (extension_intf_) { error = extension_intf_->CreateStrategyExtn(display_type_, hw_panel_info_.mode, - &strategy_intf_); + hw_panel_info_.s3d_mode, &strategy_intf_); if (error != kErrorNone) { DLOGE("Failed to create strategy"); return error; |