Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / mus / surfaces / surfaces_state.cc
blobea203ba66ae60f876fec42f95d18da830a48c5f5
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/mus/surfaces/surfaces_state.h"
7 namespace mus {
9 SurfacesState::SurfacesState()
10 : next_id_namespace_(1u),
11 hit_tester_(&manager_) {
14 SurfacesState::~SurfacesState() {}
16 } // namespace mus