1 // Copyright 2014 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 "ash/gpu_support_stub.h"
9 GPUSupportStub::GPUSupportStub() {}
11 GPUSupportStub::~GPUSupportStub() {}
13 bool GPUSupportStub::IsPanelFittingDisabled() const {
17 void GPUSupportStub::DisableGpuWatchdog() {}
19 void GPUSupportStub::GetGpuProcessHandles(
20 const GetGpuProcessHandlesCallback
& callback
) const {}