Fix OOP <webview> resize and autosize.
[chromium-blink-merge.git] / ui / ozone / platform / cast / gpu_platform_support_cast.cc
blobd434f02de55b50d0fb4db4b1415ed116318966d6
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 IPC::MessageFilter* GpuPlatformSupportCast::GetMessageFilter() {
16 return nullptr;
19 } // namespace ui