blob: 526c2c2bbf1cb311ef70c7a7001299a5de7a5062 [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 "src/ui/lib/escher/paper/paper_render_queue_context.h"
namespace escher {
PaperRenderQueueContext::PaperRenderQueueContext() {
// TODO(https://fxbug.dev/42143935): once we can use C++20, initialize these where they're declared in
// RenderQueueContext.
reserved = 0U;
client_data = 0U;
}
PaperRenderQueueContext::~PaperRenderQueueContext() = default;
} // namespace escher