Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chromecast / graphics / graphics_properties_default.cc
blob200c6cc4b3a5a43c48fefc2363bb79e33bb8eef0
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 "chromecast/public/graphics_properties_shlib.h"
7 namespace chromecast {
9 bool GraphicsPropertiesShlib::IsSupported(
10 Resolution resolution,
11 const std::vector<std::string>& argv) {
12 return true;
15 } // namespace chromecast