Compute if a layer is clipped outside CalcDrawProps
[chromium-blink-merge.git] / remoting / test / app_remoting_test_driver_environment_app_details.cc
blob58f12f77b160a8e1cdce10210b239084c6d64c2b
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 "remoting/test/app_remoting_test_driver_environment.h"
7 namespace remoting {
8 namespace test {
10 void AppRemotingTestDriverEnvironment::PopulateApplicationNames() {
11 // The public version of this method is stubbed out as there isn't a publicly
12 // available test application.
15 void AppRemotingTestDriverEnvironment::PopulateApplicationDetailsMap() {
16 // The public version of this method is stubbed out as there isn't a publicly
17 // available test application.
20 } // namespace test
21 } // namespace remoting