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 "ui/ozone/platform/cast/gpu_platform_support_cast.h"
7 #include "ui/ozone/platform/cast/surface_factory_cast.h"
11 bool GpuPlatformSupportCast::OnMessageReceived(const IPC::Message
& msg
) {
15 void GpuPlatformSupportCast::RelinquishGpuResources(
16 const base::Closure
& callback
) {
17 parent_
->SetToRelinquishDisplay(callback
);
20 IPC::MessageFilter
* GpuPlatformSupportCast::GetMessageFilter() {