| Index: content/common/gpu/accelerated_surface_buffers_swapped_params_mac.cc
|
| diff --git a/content/common/gpu/accelerated_surface_buffers_swapped_params_mac.cc b/content/common/gpu/accelerated_surface_buffers_swapped_params_mac.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2364b84cc047f3c3c19450a0bb63192f145711ce
|
| --- /dev/null
|
| +++ b/content/common/gpu/accelerated_surface_buffers_swapped_params_mac.cc
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "content/common/gpu/accelerated_surface_buffers_swapped_params_mac.h"
|
| +
|
| +namespace content {
|
| +AcceleratedSurfaceBuffersSwappedParams::AcceleratedSurfaceBuffersSwappedParams()
|
| + : surface_id(0), ca_context_id(0), scale_factor(1.f) {}
|
| +
|
| +AcceleratedSurfaceBuffersSwappedParams::
|
| + ~AcceleratedSurfaceBuffersSwappedParams() {}
|
| +
|
| +} // namespace content
|
|
|