summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/gl_helper_scaling.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/client/gl_helper_scaling.cc')
-rw-r--r--content/common/gpu/client/gl_helper_scaling.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/common/gpu/client/gl_helper_scaling.cc b/content/common/gpu/client/gl_helper_scaling.cc
index f4cd6b3..9df4f1a 100644
--- a/content/common/gpu/client/gl_helper_scaling.cc
+++ b/content/common/gpu/client/gl_helper_scaling.cc
@@ -262,6 +262,8 @@ GLHelperScaling::ScalerStage::ScalerStage(ShaderType shader_,
vertically_flip_texture(vertically_flip_texture_),
swizzle(swizzle_) {}
+GLHelperScaling::ScalerStage::ScalerStage(const ScalerStage& other) = default;
+
// The important inputs for this function is |x_ops| and
// |y_ops|. They represent scaling operations to be done
// on an imag of size |src_size|. If |quality| is SCALER_QUALITY_BEST,