Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / ozone / platform / cast / gpu_platform_support_cast.cc
blob5dfaf4a6f4e553e08f57dd2275446def739d5b5e
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"
9 namespace ui {
11 bool GpuPlatformSupportCast::OnMessageReceived(const IPC::Message& msg) {
12 return false;
15 void GpuPlatformSupportCast::RelinquishGpuResources(
16 const base::Closure& callback) {
17 parent_->SetToRelinquishDisplay(callback);
20 IPC::MessageFilter* GpuPlatformSupportCast::GetMessageFilter() {
21 return nullptr;
24 } // namespace ui